Hello!
I have the TreeGrid with loadOnDemand: false (so it's preloaded).
How can I show (and select) some node in this Tree (it may be folder or leaf) given by it's id? I want to open only nodes in the path from root to this node, others should remain coalesced.
Is there some api function to do it?
Initial tree state is coalesced (only root node is shown).
Thank you.
I have the TreeGrid with loadOnDemand: false (so it's preloaded).
How can I show (and select) some node in this Tree (it may be folder or leaf) given by it's id? I want to open only nodes in the path from root to this node, others should remain coalesced.
Is there some api function to do it?
Initial tree state is coalesced (only root node is shown).
Thank you.
Comment