Loading data by branch in treeGrid

Hi,

is it possible to load branch of a parent item dynamically like dhtmlxTree ?

With dhtmlxTree component i use theses methods :

tree.setXMLAutoLoadingBehaviour("function");
tree.setXMLAutoLoading(function (aId) { rThis.loadBranch(aId) });

is it possible to do that with dhtmlxTreeGrid ?

Unfortunately the only available solution is the dynamic loading in the dhtmlxGrid using the xmlKids.
Here you can find a tutorial:
docs.dhtmlx.com/treegrid__manipu … intreegrid
and a working example:
dhtmlx.com/docs/products/dhtmlxT … namic.html