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

How to get Items from Drop-Event

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 14 Jun 2012, 09:39 AM
Hi,

how do i get the items which i drop in the GridView?
private void RadGridView1_Drop(object sender, DragEventArgs e)
{
//Loop through all Items which are dropped?
}

Thanks best Regrds
Rene

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 14 Jun 2012, 01:44 PM
Hi Rene,

I would recommend you to implement the drag and drop using DragDropManager or RadDragAndDropManager. You could check the sample project (using RadDragAndDropManager) I have already sent you in your other forum thread.

For the future we will further develop only  the DragDropManager, so you could as well review the Row Reordering demo which is available with the latest Q2 2012 release.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
ITA
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or