Hi.. i need to call a javascript function after the node is collapsed/expanded. Is there a way to do it?
Hi,
Yes there is such a way, just register a handler like this
<ClientSideEvents NodeExpand="yourHandlerFunction" NodeCollapse="yourHandlerFunction" />
and you are ready.
No.. I want something like AfterNodeCollapsed/AfterNodeExpanded. Those events that you have mentioned are fired before expand/collapse. Correct me if i am wrong. Thanks.