grid events

please, some pointers required .. i want to be informed when the row/col combination of the cell has changed. [ as in msflexgrid].I was using that event to have a cage around a group of rows in the same column. i dont want arrow movement to take me beyond the top or bottom of my group of allowed responses{1 per row..same column} Mahesh Naik

1 Reply

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).

Loader.
Up arrow icon