Version

GroupByColumnSettingWrapper Class Members

The following tables list the members exposed by GroupByColumnSettingWrapper.

Public Constructors
Public Properties
 NameDescription
Public PropertySettingreturns the wrapped GroupByColumnSetting object  
Public Methods
 NameDescription
Public MethodAllowGroupingsee GroupByColumnSetting.AllowGrouping  
Public MethodColumnIndexsee GroupByColumnSetting.ColumnIndex  
Public MethodColumnKeysee GroupByColumnSetting.ColumnKey  
Public MethodCompareFuncThe 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 $gt; val2 -1 - indicating that val1 $lt; val2  
Public MethodDir  
Public MethodGroupByComparerFunction  
Public MethodGroupLabelFormatter  
Public MethodGroupSummariesOverloaded. Enables/disable default group summaries applied to all columns  
Public MethodIsGroupBy  
Public MethodSummariessummary column settings  
See Also

View on GitHub