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

[Solved] RadTreeViews in controls

1 Answer 119 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Chad Johnson
Top achievements
Rank 1
Chad Johnson asked on 04 Jan 2010, 08:08 PM
Greetings,

I was curious.  I'm currently in the process of building a set of RadTreeViews, however, there is a bit of a problem with this.  Both are the same tree, but with different datasources, and each in a seperate control.  I'm curious if I will be able to move nodes between the two or not since they are seperated.  After all, each are their own control and not linked together.  Thank you.

~Chad Johnson

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 05 Jan 2010, 04:03 PM
I know that you do not need to have the two TreeViews know about each other, as you can see in this demo. I'm not sure how this all works out if they're in two separate controls, but it boils down to that when dragging and dropping you are passing the DOM element of the node. As long as you can pass this element between the two controls I believe you should be fine.
Tags
TreeView
Asked by
Chad Johnson
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or