RealGrid2 API
Interface
InvalidCell

InvalidCell

Object type returned by GridBase.getInvalidCells()

Signature:

export interface InvalidCell

Properties

PropertyTypeDescription
columnstringColumn name
dataRownumberUnique number of row
fieldNamestringfield name
levelValidationLevelSet data verification result level
messagestringMessage you set

Properties Desc

column

Column name

Type - string


dataRow

unique number of the row

Type - number


fieldName

field name

Type - string


level

Set data verification result level

Type - ValidationLevel


message

Message you set

Type - string