Categories | Question details Back To List | ||
Delete all items in a dhtmlxTree Hi, Is there a way by which i can delete all the items in the dhtmlxTree. Instead of looping and deleting each item i want to delete all items at once. Thanks, Huzefa Answer posted by Stanislav (support) on Nov 26, 2009 01:27 tree.deleteChildItems(0); |