Tuan
Posted
on Nov 7, 2011
(permalink)
Hi,
I have problem to using draganddrop between two views I would like to ask.
I have a mainpage.xaml contains to Views: Views1 and Views2.
Views1:
<telerik:RadTreeView
x:Name=treeview1
IsDragDropEnabled = True;
AllowDrop = False />
Views2:
<telerik:RadTreeView
x:Name=treeview2
AllowDrop = True />
I am using MVVM With ViewModels: TreeView1_Viewmodel -> Views1 and TreeView2_Viewmodel -> Views2.
Now I want to drag data in Views1 and drop in Views2. Could you please show me how to do it. Thank you very much.
Reply
Answer
Didie
Didie
Posted
on Nov 8, 2011
(permalink)
Hello Tuan,
As I have answered in your other thread, you could follow the approach in this online example.There it is shown how you could implement a drag drop between two RadTreeViews and between other controls.
For more information about drag and drop with RadTreeView, please check the help articles in our online documentation.
Regards,
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply