Check documentation for the latest version of dhtmlxSuite onGroup DHTMLX Docs

onGroup

fires when a grid was grouped by some column

void onGroup();

Available only in PRO Edition

Example

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

Back to top