Check documentation for the latest version of dhtmlxSuite collapseGroup DHTMLX Docs

collapseGroup

collapses a group of rows

void collapseGroup(string val);
valstringa value used to determine what group to collapse (in other words, this should be a value common for all of them)

Available only in PRO Edition

Example

//collapse "John Grisham" group
myGrid.collapseGroup('John Grisham');

Back to top