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

How to Stop Drag and Drop in Source tree

1 Answer 50 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Usman
Top achievements
Rank 1
Usman asked on 12 Aug 2011, 02:38 AM
Hi

I have 2 radtrees where i want to drag nodes from 1 tree to another. but while dropping node from one tree to another tree i want to stop drag and drop  within in tree. i mean how to stop drag and drop within a tree.

Thank you

Usman 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Aug 2011, 07:52 AM
Hello Usman,

Try setting AllowDrag to False  to the Tree node you want to stop drag and drop within a tree.
aspx:
<telerik:RadTreeNode Text="Name" runat="server" AllowDrag="false">
</telerik:RadTreeNode>

Thanks,
Princy.
Tags
TreeView
Asked by
Usman
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or