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

[Solved] Rad tree view drag and drop.

1 Answer 94 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Uday Anthony
Top achievements
Rank 1
Uday Anthony asked on 15 Oct 2009, 05:53 AM
I have two rad tree views in my aspx page. I am binding one of the tree views with a dataset returned from the business method. I am trying to drag a node from this tree view into the empty tree view, but, the node does not get dropped. I am using the code given in this site demo. Please help me.

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 15 Oct 2009, 02:31 PM
From my experience you cannot drop a node into a TreeView that is completely empty. For your purpose I would suggest having a permanent Root node which ensures that the Tree isn't empty and this will allow you to drag-and-drop.
Tags
TreeView
Asked by
Uday Anthony
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or