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 ?