Check documentation for the latest version of dhtmlxSuite onDynXLS DHTMLX Docs

onDynXLS

fires before loading data of the child rows in case of dynamic loading mode

void onDynXLS(string rowId);
rowIdstringid of the expanding row

Available only in PRO Edition

Example

treegrid.attachEvent("onDynXLS", function(rowId){
    //your code here
});

Details

the event is blockable

Back to top