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

MultiSelect

1 Answer 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wesley
Top achievements
Rank 1
Wesley asked on 11 Apr 2012, 07:39 AM
Hello,

I'm testing the radgrid control if it will fulfill my expectations. My question is, is it possible to set the radgrid to MultiSelect but Single Drag & Drop. Because I want to select more then 1 row, but when I've selected for example 6 rows and I try to drag one of them, only that one should move, the other selected rows need to stay in their place. I hope this is possible with this control because achieving to program the drag and drop function took a lot of time. Thank you very much!

Kind regards,
Wesley

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 16 Apr 2012, 11:46 AM
Hi Wesley,

There is no way to tell the grid which of the selected rows can and cannot move. I would rather advise you to attach the client OnRowDragStarted event and check how many are the selected rows in RadGrid. If they are more than one, cancel the drag event and show a notification to the user that only one row can be dragged at a time.

All the best,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Wesley
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or