RealGrid2 API
Interface
ViewOptions

ViewOptions

GridView overall configuration information

Signature:

export interface ViewOptions extends GridOptions

Extends: GridOptions

Remarks

Inherits GridOptions.

[Superclass]

GridOptions

Example

let options = {
     summaryMode: 'aggregate',
     display: {
         columnResizable : false
     },
     grouping: {
         enabled: false
     }
};
gridView.setOptions(options);

Properties

PropertyTypeDescription
filterModeFilterMode
filterOrboolean
groupingGroupingOptions
groupPanelGroupPanel
groupSummaryModeSummaryMode
rowGroupRowGroup

Properties Desc

filterMode

Type - FilterMode


filterOr

Type - boolean


grouping

Type - GroupingOptions


groupPanel

Type - GroupPanel


groupSummaryMode

Type - SummaryMode


rowGroup

Type - RowGroup