setGridGrouping
Parameters
- controlId - the Id of the grid control
- groupConfiguration - either null, or undefined to disable grouping, or a column (controlId)
Example Usages
brixxApi.setGridGrouping(myGridControl); //Disables grouping
brixxApi.setGridGrouping(myGridControl, productId); //groups by productId