Is there a way to highlight all the parent nodes in a tree view when a child node is selected
Currently am using node.findTreeParentNode() to get parent, it would be better if we have something like node.findallParentNodes (like findTreeChildrenNodes) . Please advice