This is a migrated thread and some comments may be shown as answers.

selecting range of rows

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Margit Mathe
Top achievements
Rank 1
Margit Mathe asked on 11 Oct 2007, 05:22 PM
Hy,

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

Sort by
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:

this.radGridView1.MultiSelect = true;
this.radGridView1.SelectionMode = GridViewSelectionMode.FullRowSelect;

We hope this information will help you. If you have any further questions or troubles feel free to write us.

Greetings,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Margit Mathe
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or