trapping "selection changed" event

I am using a GridDataBoundGrid with a listview-like selection enabled, and trying to trap events of selection changes. There don't seem to be such specific events provided by the grid, but I am using currently the cell click event, and then check the selected rows, but would like to use a more comprehensive way ot checking it, since there isn't always a cell click for other ways to change selections (for example user can drag mouse down pointer across rows to select multiple rows). Does anyone know of a better way of trapping selection change events? Thanks Anatolii

1 Reply

AD Administrator Syncfusion Team March 21, 2003 04:39 PM UTC

There are GridDataBoundGrid.Model.SelectionChanging and GridDataBoundGrid.Model.SelectionChanged events that you can use to monitor changing selections.

Loader.
Up arrow icon