SetGroupByColumns() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the SetGroupByColumns() method to apply a comma-separated list of Group By columns to the grid and to group rows together which share common values in the Group By column(s).
Syntax
SetGroupByColumns(groupByList);
Parameter
groupByList
A comma-separated list of columns, with no spaces after commas, by which to group the grid.