Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 06, 2008 03:07
open dhtmlx forum
Tree

Hi,
How to clear the tree and update the tree
Answer posted by Support on Nov 06, 2008 03:36
To reload the tree
    tree.deleteChildItems(0);
    tree.loadXML(new_data);