when you load entire tree you can easily select and focus a specific node where ever it is.
but what about in dynamic load mode? and is there a way to do this without having the sequence of its parents’ id?
and is there a way to do this without having the sequence of its parents’ id?
No. Tree doesn’t have an information about unloaded part of the tree. For this reason, you need to define all items that should be loaded in the openItemsDynamic method.