Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
92
Ultratree dragdrop event is not getting fired because of AfterSelect event
posted

I have to implement drag and drop functionality on wintree .Here i should be able to drag and drop nodes of the tree in to the multiline textbox.

Basically I have two panels in which ultra tree is in one panel and in the other panel I need to display the details of the selected node in a multiline textbox.So this i implemented in the AfterSelect Event of the Ultratree.At the same time I should be able to drag and drop the other nodes in to the 2nd panel.But the Drag and drop event is not getting fired beacuse the AfterSelect Event is fired when i click on the nodes to drag.Please suggest me is there any way to implement.