Load XML in post mode

Hi,

Similar to DHTMLXgrid.post() method, is there any method for loading XML in dhtmlxtree object in post mode through API :question:

I could not find any file like dhtmlxtree_post.js similar to dhtmlxgrid_post.js
Please refer this topic :arrow_right: [url]Load XML in post mode - Grid/TreeGrid - DHTMLX

You can use dhtmlxAjax library to load xml with POST and then use response to load Tree. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … dhtmlxajax

thank you :slight_smile: