Categories | Question details Back To List | ||
OK, now how can i "force" a click event over that selected node?
Thanks Answer posted by Support on Dec 18, 2007 06:50 You can call select command with additional param tree.selectItem(ID) // item just selected tree.selectItem(ID,true); //item selected and related event called |