RealGrid2 API
Interface
DataCell

DataCell

Cell information in grid data area

Signature:

export interface DataCell

Properties

PropertyTypeDescription
getBlankStateBlankStateIf equalBlank of column is true, blankState value of cell
isValueChangedbooleanWhether data has been changed

Properties Desc

getBlankState

If equalBlank of column is true, blankState value of cell

Type - BlankState


isValueChanged

Whether data has been changed

Type - boolean

Remarks:

Available when dataProvider.restoreMode is "explicit" or "auto".