We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon