Hi,
In my application, when the user selects a node in a tree I need to get its children to process it.
So far, the only way I see to load the children is Tree.openFolder() but it opens the node in the UI.
Is there a way to load the children in the model without forcing the UI to open the folder ?
Thanks in advance,
Juan
In my application, when the user selects a node in a tree I need to get its children to process it.
So far, the only way I see to load the children is Tree.openFolder() but it opens the node in the UI.
Is there a way to load the children in the model without forcing the UI to open the folder ?
Thanks in advance,
Juan
Comment