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

Sliverlight treeview Drag and move after or before and show place holder

1 Answer 14 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Saqib
Top achievements
Rank 1
Saqib asked on 14 Feb 2014, 10:39 AM
Hi,

I am building a checklist web application, and i am use drag and drop feature to update results in to db.

what i am trying struggling with is to have functionality where i can drag and move after / before and show a place holder for dropping anywhere in the tree view,

I have attached a screen shot which will explain what i am trying to achieve here. 

Thanks!

Regards,
Saqib

1 Answer, 1 is accepted

Sort by
0
Boris
Telerik team
answered on 17 Feb 2014, 05:12 PM
Hello Saqib,

We have prepared a sample project which demonstrates how you can activate the line which is shown between RadTreeViewItems when dragging. In order to do that you need to set the IsDragDropEnabled property like so:

<telerik:RadTreeView x:Name="radTreeView"
                     IsDragDropEnabled="True">
...
<telerik:RadTreeView />
For more information about DragDrop logic you can refer to our documentation.

Please let us know that this is what you have in mind because we couldn't find the screen shot you mentioned.

Regards,
Boris Penev
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
TreeView
Asked by
Saqib
Top achievements
Rank 1
Answers by
Boris
Telerik team
Share this question
or