AD
Administrator
Syncfusion Team
March 15, 2004 06:28 PM UTC
The event Grid.RowEnter is fired when you enter row. Grid.RowLeave is fired when you leave a row.
You can also use CurrentCellMoved event and test whether grid.CurrentCell.MoveFromRowIndex is different from grid.CurrentCell.MoveToRowIndex.