I use a radTree whose nodes have ExpandMode set to ServerSideCallBack.
At the client-side, I am able to fire _node.expand(); method to actually expand a given treeNode, but I am struggling to find a way for the notification of when the expand operation gets completed. That will help me in accessing the child nodes of a mode in Javascript.
Please let me know if there is any way.
Thanks,
Saurabh.