Check documentation for the latest version of dhtmlxSuite onStatReady DHTMLX Docs

onStatReady

fires after the stat values have been calculated

void onStatReady();

Available only in PRO Edition

Example

grid.attachEvent("onStatReady", function(){
    // your code here
});

Back to top