RealGrid2 API
Interface
GridCell

GridCell

Signature:

export interface GridCell

Remarks

Base class for the grid's cell-related model

[subclass]

StyledCell

ValueCell

Properties

PropertyTypeDescription
dataColumnDataColumnDataColumn information referenced by the cell
indexCellIndexCell location information
itemGridItemInformation model of the item where the cell is located
levelnumberIn the case of a RowGroup-related cell, the level of the item being referenced
textstringtext displayed on screen
valueanydata being referenced
valueColumnValueColumnColumn information referenced by the cell

Properties Desc

dataColumn

DataColumn information referenced by the cell

Type - DataColumn


index

Cell location information

Type - CellIndex

Remarks:

Unlike CellIndex, internal objects that are not proxy processed are passed as is.


item

Information model of the item where the cell is located

Type - GridItem


level

In the case of a RowGroup related cell, the level of the item being referenced

Type - number


text

text displayed on the screen

Type - string

Remarks:

Text displayed in cells other than the grid body area


value

data being referenced

Type - any

Remarks:

The value of the cell located in the grid body area


valueColumn

Column information referenced by the cell

Type - ValueColumn