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!
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.