Here is a scenario:
- User selects 4 rows to process by pressing CTRL and clicking on the row.
- User the selects a single row (without pressing CTRL), effectively wiping out all prior selected rows.
Is there a way that if a user selects a single row, without presssing CTRL also, the prior selected rows are NOT de-selected?
Thanks!
I suppose you could turn off selection in the grid by setting SelectTypeRow to None and then handle the clicking on the rows and the selection yourself in code.