Check documentation for the latest version of dhtmlxSuite expandColumns DHTMLX Docs

expandColumns

expands a group of columns

void expandColumns(number cInd);
cIndnumberindex of the first column in the group

Available only in PRO Edition

Example

//expand the group of columns
myGrid.expandColumns(3); //can be called after the init only

Back to top