DataBoundGrid row selection chnage

I am using version 2.0 . I did not see any row selection Changed event. Depending on the selected row, I need to change the display on the other part of form.How do I handle this? Thanks

1 Reply

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.

Loader.
Up arrow icon