Home - Forums-.NET - FlyGrid.Net (Windows Forms) - NodeSelectedChange and Tab key

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

NodeSelectedChange and Tab key
Link Posted: 26-Sep-2005 04:31
Hi,
I'll explain my issue with an example:

1. You are on row 2 of grid. You click on row 3.
2. NodeSelectedChange is raised for node.index = 2
3. NodeSelectedChange is raised for node.index = 3, so I know there's been a row selection change.

Now if I use the tab key when I'm on the last cell of row 2:
1.I'm on last cell of row 2 and I press tab key
2.NodeSelectedChange is raised for node.index = 2

and that's it. NodeSelectedChange is not raised for node.index = 3 and therefore I can't detect a row change. What's going on? Is this a bug?

Thx
Link Posted: 26-Sep-2005 11:45
This incorrectness has been fixed. New FlyGrid.Net version coming soon.
Link Posted: 26-Sep-2005 22:35
It works better but there's still something wrong.

Say you are on a new row. Fill information in the first cell on the left. press tab to move to the next cell on the right. Instead it goes in the first cell on the left of the first row in the grid.

Can you help?
Link Posted: 27-Sep-2005 00:33
Fixed, FlyGrid.Net update will avaialble tomorrow.
Link Posted: 27-Sep-2005 21:00
Thanks. Solved.