Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Row Selected and Focused Events

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Row Selected and Focused Events
Link Posted: 19-Jan-2007 21:58
There is something wrong in NodeSelectedChange and NodeFocusChange?

I think yes.

Sample:

When I change row selections (mouse or keyboared), events fire in following order:

1. NodeSelectedChange - \"old\" row lost selection ( without first NodeSelectedChanging !!! )
2. NodeFocusChanging - - \"old\" row before lost focus
3. NodeFocusChange - \"old\" row after lost focus
4. NodeFocusChanging - \"new\" row before got focus
5. NodeFocusChange - \"new\" row after got focus
6. NodeSelectedChanging - \"new\" row before got selection ( without last NodeSelectedChanged !!! )

I think this is bug!!!
In my applicatin there is critical bug!!!

Robert
Link Posted: 19-Jan-2007 22:00
Sorry

I forgot send technical information

NET 1.1
FlyGrid.Net Standard Edition v1.4.1.27

Robert
Link Posted: 21-Jan-2007 12:59
Thanks for the report, this problem is fixed.