For a list of all members of this type, see GroupByColumnSetting members.
Name | Description | |
---|---|---|
![]() | AllowGrouping | allow grouping for the specified column |
![]() | ColumnIndex | the column index (Inherited from Infragistics.Web.Mvc.ColumnSetting) |
![]() | ColumnKey | the column Key (dataey) (Inherited from Infragistics.Web.Mvc.ColumnSetting) |
![]() | CompareFunc | The name of the function as a string located in the global window object - used for custom comparison. The function accepts the following arguments: val1 - the first value to compare val2 - the second value to compare recordsData (optional) - an object having three properties: fieldName - the name of the sorted field; record1 - first record to compare; record2 - second record to compare The function returns the following numeric value: 0 - indicating that values are equal 1 - indicating that val1 > val2 -1 - indicating that val1 < val2 |
![]() | Dir | sort order - asc or desc |
![]() | GroupComparerFunction | group comparer function |
![]() | GroupLabelFormatter | Reference to a function which will be used for formatting the cell values. The function should accept a value from the grouped column and return the new formatted value in the label of the row |
![]() | GroupSummaries | List of groupBy group summaries per data island |
![]() | IsGroupBy | gets / sets if a column will participate in grouping |
![]() | Summaries | list of groupBy summaries |
Name | Description | |
---|---|---|
![]() | Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub