Is there a way to build the treegrid from the database?

Hi All,
From our document , i generally build the treegird with the datas of the xml format.I wonder if there’s a way to build that treegrid from the database ?

Thanks!

dhtmlxTreeGrid is plain JavaScript component. It may receive data in XML or JSON formats, so you server side script should be able to generate such data.
To simplify server side operations related DHTMLX components you can try to use dhtmlxConnector extension. Please find more information here dhtmlx.com/docs/products/dhtmlxC … ndex.shtml