Check documentation for the latest version of dhtmlxSuite onClearAll DHTMLX Docs

onClearAll

fires when the grid is cleared (reloaded)

void onClearAll();

Available only in PRO Edition

Example

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

Back to top