I am using the AllowMultiRowSelection option to allow multiple selection of rows. Like the bottom table in the demo:-
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx
If you have single row selection then when you click on a row it will deselect the last selected row. Which is fine.
But with multiple selection I would expect to be able to click on each row in turn at get it added to my selection. But it you click on another row it deselects all previously selected rows. I think my clients will find this behavior very annoying. I know you can Ctrl click to select more than one row. But that is not obvious to an end user.
When you have a GridClientSelectColumn then you can click on the ticks to select and unselect rows. This works as expected. Clicking on a single tick box adds that row to the select without deselecting the other rows. I wish a row click did the same thing.
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Client/Selecting/DefaultCS.aspx
If you have single row selection then when you click on a row it will deselect the last selected row. Which is fine.
But with multiple selection I would expect to be able to click on each row in turn at get it added to my selection. But it you click on another row it deselects all previously selected rows. I think my clients will find this behavior very annoying. I know you can Ctrl click to select more than one row. But that is not obvious to an end user.
When you have a GridClientSelectColumn then you can click on the ticks to select and unselect rows. This works as expected. Clicking on a single tick box adds that row to the select without deselecting the other rows. I wish a row click did the same thing.