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