Version 20.1

GroupByColumnSetting Class Properties

For a list of all members of this type, see GroupByColumnSetting members.

Public Properties
 NameDescription
Public PropertyAllowGroupingallow grouping for the specified column  
Public PropertyColumnIndexthe column index (Inherited from Infragistics.Web.Mvc.ColumnSetting)
Public PropertyColumnKeythe column Key (dataey) (Inherited from Infragistics.Web.Mvc.ColumnSetting)
Public PropertyCompareFuncThe 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  
Public PropertyDirsort order - asc or desc  
Public PropertyGroupComparerFunctiongroup comparer function  
Public PropertyGroupLabelFormatterReference 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  
Public PropertyGroupSummariesList of groupBy group summaries per data island  
Public PropertyIsGroupBygets / sets if a column will participate in grouping  
Public PropertySummarieslist of groupBy summaries  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub