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

No RowDrop SourceTableView?

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rich Coleman
Top achievements
Rank 1
Rich Coleman asked on 15 Oct 2010, 05:05 PM
I'm trying to add the functionality to allow my users to drag a row from one GridTableView to another GridTableView in the same RadGrid.  How can I access the SourceTableView so that i can rebind that GridTableView like I can for the DestinationTableView?

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 21 Oct 2010, 09:13 AM
Hello Rich,

In the RowDrop server-side event handler, you can use e.DraggedItems[0].OwnerTableView. This gives you the parent table of the first dragged item.

Veli
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Rich Coleman
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or