Categories | Question details Back To List | ||
How can i simply reload the tree content? how can one simply reload a whole tree from xml without reloading the whole webpage? there is no "clearAll" like in grid Answer posted by Alex (support) on Aug 14, 2009 01:05 You can use deleteChildItems(itemId) method instead of clearAll: tree.deleteChildItems(0); tree.loadXML(..); |