Hi,
I am trying to implement a treeview control with drag and drop however the drag and drop bit doesnt seem to be working.
I have looked at the draganddrop example but it is handling drag and drop between two TreeView controls.
I am just using 1 and I was hoping to find an example where I can see it implementing drag and drop. I have set the EnableDragAndDropBetweenNodes and EnableDragAndDrop properties but when I drag something to another node it simply refreshes the page and does nothing. Do I need to subscribe to one of the events and do something in there to ensure the draganddrop happens?
Thanks
I am trying to implement a treeview control with drag and drop however the drag and drop bit doesnt seem to be working.
I have looked at the draganddrop example but it is handling drag and drop between two TreeView controls.
I am just using 1 and I was hoping to find an example where I can see it implementing drag and drop. I have set the EnableDragAndDropBetweenNodes and EnableDragAndDrop properties but when I drag something to another node it simply refreshes the page and does nothing. Do I need to subscribe to one of the events and do something in there to ensure the draganddrop happens?
Thanks