Load XML in post mode

Hi,
Is there a way to load XMLs in “POST” mode through API of DHTMLXGrid/TreeGrid/… etc in version 3.0 ?
Or
do we have to modify the dhtmlxcommon.js file? :cry:

You can use post() method. This method works the same as load() method. To use it you should include dhtmlxgrid_post.js file

thats gr8!! … I was thinking of such a method \m/