AD
Administrator
Syncfusion Team
August 12, 2004 07:00 PM UTC
You can use the CurrentCellMoved event. In that event, you can check grid.CurrentCell.MoveFromRowIndex and grid.CurrentCell.MoveToRowIndex to see if the user has changed rows. This should work for either a GridControl or a GridDataBoundGrid.
In a GridDataBoundGrid, there are also RowEnter and RowLeave events.