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.

Parents
No Data
Reply
  • 69832
    Offline posted

    Handling the AfterSelect event should have no effect on drag & drop functionality, unless you do something in AfterSelect that takes the mouse capture away from the control, which it sounds like you are not doing. Please be more specific about what you mean by, "...the Drag and drop event is not getting fired...", i.e., the exact name of the event, which control it is expected to fire for, and how you determined that handling the AfterSelect event is what causes the problem.

Children