You can call select command with additional param
tree.selectItem(ID) // item just selected
tree.selectItem(ID,true); //item selected and related event called
You can call select command with additional param
tree.selectItem(ID) // item just selected
tree.selectItem(ID,true); //item selected and related event called