Check documentation for the latest version of dhtmlxSuite expandGroup DHTMLX Docs

expandGroup

expands a group of rows

void expandGroup(string val);
valstringvalue used to determine what group to expand (a common value for all rows in the group)

Available only in PRO Edition

Example

//expand 'John Grisham' group
myGrid.expandGroup('John Grisham')

Back to top