Hi!
Can anybody help me to resolve one problem with tree component? I try
to find out full path to selected (clicked) item in the tree (in the
clickEventHandler), but all what i can get is a label of selected
item. I want to get full path from root node (for example,
Label_of_rootNode -> label_of_firstChild -> label_of_secondChild -
> ... -> label_of_item) Please, give me answer!!!