Hi,
I'm trying to drag a radtreeview node into a radtextbox. I just want the information stored in the node "ToolTipText" to be displayed in the radtextbox.I did the following:
1. Set radtreeview AllowDragDrop to true
2. Set readtxtbox AllowDrop to true
3. In order to block radtreeview nodes to be moved in the tree I implemented a "DragEnding" event:
4. I also implemented a "ItemDrag":
5. In the radtextbox I implementeded the following "DragEnter" event:
6. I also implemented the "DragDrop"event for the textbox:
the problem is that the opration is not working. When I move a node over the radtextbox the program frozes. I used the VS "debug | break all" menu option and the stack has a lot of "_ItemDrag" event calls.
Any ideas?
Thanks,
Francisco