jQuery UI Widgets › Forums › Navigation › Tree › Disable dragging within the jqxtree
Tagged: javascript tree, jquery tree, jqwidgets tree, Tree
This topic contains 2 replies, has 2 voices, and was last updated by SJ 8 years, 2 months ago.
Hi,
I want to enable dragging the items from the tree to a textbox which is outside the tree but when I enable dragging, gets enabled within the tree. I dont want to allow dragging within the tree. how can i achieved?
Thanks, SJ
Hello SJ,
Please, take a look at this example. You could use dragEnd callback and set your logic, to disable to drop item within the Tree.
dragEnd
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
Well the example doesn’t solve the problem. But allowDrop:false solved the problem.
You must be logged in to reply to this topic.