Hi,
please consider this scenario.
For design reasons, we build the tree from a json object. For the same reasons, any request for expansion of a node, the server responds with a JSON object containing the entire structure of the tree (including the root element with id = 0). Is there a way to load the new DHTMLX tree without destroying the previous one?