I want to drag a node from Telerik RadTreeviw
to my Textbox
in C# winform
.
I looked at this solution but it's for Microsoft Treeview
and it's not working on Telerik
, because RadTreeview
just gets messy with this part
DoDragDrop(e.Node.Text, DragDropEffects.Copy);
Does anyone knows a working solution in my case for Telerik RadTreeView
?
Here is how to drag a node from RadTreeView to RadTextBox (can be replaced with the standard TextBox too, as in fact HostedTextBox is the standard one)