is it possible to select a range of rows by client, usually client would click on one row and than shift and last row and all rows in between would be selected on the client?
if this is not possible by default can i imlement it somhow different
thanks
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 12 Oct 2007, 11:10 AM
Hello Margit Mathe,
Yes, this is possible. Take a look at the "Selection" example in RadControls QSF. To enable selecting multiple rows set the MultiSelect property of RadGridView to true and SelectionMode to GridViewSelectionMode.FullRowSelect. See this code: