What event fired when multiple rows in data grid selected?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
In my project i am using a data grid. I have have one button to delete records(rows) in the Grid. If i drag the mouse accross the rows on the grid, it selects all the rows. when clicked delete button it deletes the pointed record. Is there any facility to restrict the user from selecting multiple rows or what event fired when user select multiple rows?