Home - Forums-.NET - FlyGrid.Net (Windows Forms) - BUG ON TAB

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

BUG ON TAB
Link Posted: 20-Dec-2005 03:15
Hi,

I'm using FlyGrid 1.2.11.
In the NodeSelectedChange event of the FlyGrid I have the following condition:

If Not node Is Nothing AndAlso node.Focused = False Then
               ...
End If


If I move from one row to another using the Mouse, it goes in the event twice (the first time node.Focused is False, and the second time it is True). However if I move from one row to another using the TAB key, then node.Focused is always True. This looks like a bug to me. Could you fix this please?

Thank you
Link Posted: 22-Dec-2005 21:41
I've tested this scenario on v1.2.11 - all works fine, NodeSelectedChange is called twice - on node unselection and new node selection.
Link Posted: 04-Jan-2006 02:54
I insist.
NodeSelectedChange is called twice indeed. But if the next row is selected with the mouse Node.Focused is False and then True, which make sense. However if the next row is selected by moving with the Tab key, Node.Focused is always True.

Please download this sample to show you the problem:
http://graphicsxp.free.fr/TabSample.zip

Thanks[/b]