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

DragAndDrop from RadTreeView to RadGridView

1 Answer 35 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Viren
Top achievements
Rank 1
Viren asked on 28 Sep 2010, 08:47 PM
I have a RadtreeView that is already populated and a RadgridView on the same window. I want to drag a node from the tree to a particular (row/column) cell in the RadGridView. I have a few qiestions:

1 ----> Is this possible? (as I have not done this before)
2 ----> Should I be setting the whole grid to accept drops or just the cells individually?
3 ----> How do write the binding in the xaml if I am going to drop a treenode into the cell ?
4 ----> What are the major event handlers that I should be concerned with no both the tree side (while dragging the node) and the RadGrid side (while dropping the node) ?

Eagerly awaiting your reply. Thanks.

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 29 Sep 2010, 02:01 PM
Hi Viren,

I have prepared simple application demonstrating how to enable drag/drop from TreeView to Grid cell. Please have a look and let me know if you have any further questions.

Kind regards,
Tsvyatko
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
General Discussions
Asked by
Viren
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or