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

drag and drop between treeview and tileview

2 Answers 83 Views
TileView
This is a migrated thread and some comments may be shown as answers.
sai
Top achievements
Rank 1
sai asked on 12 Mar 2015, 11:04 AM
Hi,

i have scanario which i have to implement in my project.

I have some items in radtreeview controls.and i have tileview control.

right as per the treeview item selection i am creating the tileviewitem in the tileview dashboard.

But the requirement is i have ti implement the drag and drop from only treeview to tileview.

Could you help me out to implement this.

i have attached the screen shot of my application.

and i have to show the treeviewitem when i am doing to drag and until to drop in the respective area of tileview.

i want to implement darg and drop from treeview to tileview only. not needed to do from tileview to treeview.
 Thank you

2 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 16 Mar 2015, 11:40 AM
Hello Sai,

RadTreeView uses internally the events of the DragDropManager. This gives you the ability to subscribe for them and customize the entire DragDrop process. generally you need to implement drag drop from RadTreeView to ItemsControl so the following example might be useful:

DragDrop Between TreeView And ListBox

Regards,
Petar Mladenov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
sai
Top achievements
Rank 1
answered on 17 Mar 2015, 04:32 AM
Hi peter,

Thanks for your quick responce.

i found the soultion from telerik.
Tags
TileView
Asked by
sai
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
sai
Top achievements
Rank 1
Share this question
or