Tree Autoloading using JSON

Hello,
We have been working with the dhtmlxtree control for some time and have always loaded the entire tree from a JSON object at initialization. We are finding that our trees are getting quite large and the time it takes to generate the JSON object on the server is taking a long time. So, we would like to switch over to autoloading, so that we only load a node’s children when the node is opened.
Can this be done using JSON or do we have to switch to sending down XML data?
Thank you, Dan

Hi,

tree supports autoloading using json. I’ve attached the demo.
json.zip (43.6 KB)