AD
Administrator
Syncfusion Team
September 28, 2004 12:40 PM UTC
If you want to know when the current cell location has moved, you can use the grid.CurrentCellMoving/Moved event.
If you want to know when a cell value has changed, you can use grid.CurrentCellChanged (raised with each keystroke) or grid.CurrentCellValidating (raised when you leave the cell).