Hello.
I need to find a way to select a child node in a LoadOnDemand node.
I do a call to the server that returns me the full hierarchical path where the node is in the treeview. It actually returns me the ids of the nodes.
The problem is that the node is a LoadOnDemand node, in other words, I have to wait this node to load before I can actually select any child node and there might be a lot of subnodes.
For example:
I receive a message like this: "menuId=01|menuItem=22|menuItem=33"
The '01' node is one of the root nodes, so I can easily find it and expand it. Now I have to find a way to wait until the LoadOnDemand finishes loading up all nodes, expand the '22' menuItemchild node , wait the ajax call to finish again, so I can finally select the '33' menuitem.
Is there any way select a node inside a bunch of LoadOnDemandNode?
Thanks!
I need to find a way to select a child node in a LoadOnDemand node.
I do a call to the server that returns me the full hierarchical path where the node is in the treeview. It actually returns me the ids of the nodes.
The problem is that the node is a LoadOnDemand node, in other words, I have to wait this node to load before I can actually select any child node and there might be a lot of subnodes.
For example:
I receive a message like this: "menuId=01|menuItem=22|menuItem=33"
The '01' node is one of the root nodes, so I can easily find it and expand it. Now I have to find a way to wait until the LoadOnDemand finishes loading up all nodes, expand the '22' menuItemchild node , wait the ajax call to finish again, so I can finally select the '33' menuitem.
Is there any way select a node inside a bunch of LoadOnDemandNode?
Thanks!