drillTo(newActiveNode, animate);
newActiveNode. Parent node key.
animate. Boolean. Show paging animation.
The drillTo method moves to the specified node.
Executing the example requires the TreeListBox component with the treelist identifier (see Example of Creating the TreeListBox Component).
// Move to node treelist.drillTo(102000, true);
After executing the example the move is executed to the parent node.
See also: