Tree Load by Ajax

You can show me or tell me for more detail about method for load data from database with AJAX in Tree view ?

The tree can’t be loaded directly from database , but it can use any server side script as datasource ( tree calls server side script, script connects to DB and output data in one of supported formats - XML , JSON )

To load data as XML
    tree.loadXML(url)
to load data as JSON
    tree.loadJSON(url)
where url - url of server side script.

The package contains sample for normal and dynamical loading of data with PHP.
Please inform if you need a sample for different language.

dhtmlx.com/docs/products/dht … ml#dyntree



The tree can work in dynamical mode , when data for each branch will load as separate AJAX request - please check link above for details.
    dhtmlx.com/docs/products/dht … 3010348000