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

Drag and drop of multiple rows between RAD Gridviews

1 Answer 62 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Johannes
Top achievements
Rank 1
Johannes asked on 17 Dec 2012, 10:34 PM
Hi,

first of all, big ups to the Telerik team for the RAD Controls and at the moment especially the RAD Gridview which I'm using in a Project.
Now to my question, I've found some nice and easy ways to do drag'n'drop operations between 1>n RAD Gridviews in my applications, however this is only one row at a time.

Is there some nice way to achieve this with 1-n row(s), like selecting a one or more rows from Gridview A and drag'n'drop them to Another GridView?

I might be blind, but I'm just settling in with the Telerik way of things. :)

//Johannes

1 Answer, 1 is accepted

Sort by
-1
Nick
Telerik team
answered on 18 Dec 2012, 09:32 AM
Hello Johannes,

Yes there is actually a quite easy way to do it. You can see what the SelectedItems of the source grid are and set them to your DragPayload. Later you can loop through them and add them to the target grid. 

Let me know if you need any further assistance with this. 

Greetings,
Nik
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Johannes
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or