Indicates whether the cell is currently active (focused).
Optional
cellIDOptional; The cellID
is the unique key, used to identify the cell
Represents the column that the cell belongs to.
Indicates whether the cell can be edited.
Indicates whether the cell is currently in edit mode.
The value to display when the cell is in edit mode.
Represents the grid instance containing the cell
Optional
idOptional; An object identifying the cell. It contains rowID, columnID, and rowIndex of the cell.
Optional
nativeRepresents the native HTML element of the cell itself
Optional
readonlyRepresents the row that the cell belongs to
Indicates whether the cell is currently selected. It is false, if the sell is not selected, and true, if it is.
Optional
titleAn optional title to display for the cell
A method definition to update the value of the cell.
Optional
Readonly
validationOptional; An object representing the validation state of the cell. Whether it's valid or invalid, and if it has errors
The current value of the cell.
Optional
visibleThe index of the column that the cell belongs to. It counts only the visible (not hidden) columns
The CSS width of the cell as a string.
Interface representing a cell in the grid. It is essentially the blueprint to a cell object. Contains definitions of properties and methods, relevant to a cell