I am working on search functionality on GWT CellTree.
I have a cellTree with 4 levels. Namely, Root->Session->Uproc->Batch.
What I need to do is, when I get the searched node from the DB along with its parent, I need to expand its parent and highlight the node.
I am able to expand the parent node but how do I highlight the searched node?
Please help me solve this issue.