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
1610
How ultratree node isDraggable is set?
posted

Is there a way to set some of the nodes in the ultratree to be draggable and some not?

I need that behavior, what would be the best way to accomplish that?

Thanks you!

Parents
No Data
Reply
  • 12480
    Verified Answer
    Offline posted

    Hi Monica,

    There's no built in way to do this. My recommendation is to use the Node's Tag property to indicate nodes that can be dragged. Before the drag operation begins, check to see if the Tag denotes that the node is draggable. If not, do not begin the drag.

    Please let me know if you find this helpful.

Children
No Data