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