Rank: Member Groups: Member
Joined: 6/29/2007 Posts: 12
|
Dear support
If I have in my TreeView one Node with childrens, how can I drag and drop one of the children so the dragged Node becomes a main Node in the TreeView? I have tried this but it's not working. Same problem with your drag and drop sample too... bug?
And final question: How can I drag and drop node from another treeview, is that possible?
Best Regards, Robert
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Robert,
Unfortunately you won't be able to do either of those. A regular drag and drop always ends up as a child node. You may want to consider creating a single "root node" to facilitate that. As for drag and drop between TreeViews, it's not currently supported.
Thanks
|