EvgenyT
Total Posts:0
Joined:11/23/2024
[quote="hellowahab"]What Javascript events are fired for Expand and Collapse of a node?
OnNodeEventJavascript . See http://www.9rays.net/asp.net_2/treeview/miscpages/doc/ClientEvents.aspx for details.
[quote="hellowahab"]
Another question.
What makes that grayish drag drop bar makes visible.
Is it possible for me to set any value or property so that it will make that grayish bar visible?
Why do you need to make it visible on a custom event?
It is made visible when D&D is started (from a custom script with
flytreeview_startDrag) or when flytreeview starts D&D (mousedown on a draggable node).