RealGrid2 API
Interface
GridViewConfig

GridViewConfig

Grid setting information: Used when creating a grid using RealGrid.createGrid().

Signature:

export interface GridViewConfig extends ViewOptions, GridBaseConfig, EventHandlers<GridView>

Extends: ViewOptions, GridBaseConfig, EventHandlers<GridView>

Properties

PropertyTypeDescription
accessibilitybooleanSet to true when creating in web accessibility mode.
dataProviderLocalDataProviderSet when sharing the DataProvider of another grid.
groupingGroupingOptionsRow grouping configuration model
groupPanelGroupPanelGroup Panel configuration model
rowGroupRowGroupRow Group Model
waiOptionsWaiOptionsSettings for setting the caption of an HTMLTableElement when created in web accessibility mode

Properties Desc

accessibility

Set to true when created in web accessibility mode.

Type - boolean


dataProvider

Set when sharing the DataProvider of another grid.

Type - LocalDataProvider


grouping

Configuration model related to row grouping

Type - GroupingOptions


groupPanel

Group Panel configuration model

Type - GroupPanel


rowGroup

Row Group model

Type - RowGroup


waiOptions

Configuration for setting the caption of an HTMLTableElement when created in web accessibility mode.

Type - WaiOptions