Check documentation for the latest version of dhtmlxSuite onUnGroup DHTMLX Docs

onUnGroup

fires when the grid was ungrouped

void onUnGroup();

Available only in PRO Edition

Example

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

Back to top