Optional
addOptional
beginOptional A method to handle adding a new row
Optional
cellsOptional A list or an array of cells, that belong to the row
Optional
childrenOptional Contains the child rows of the current row, if there are any.
Optional
dataOptional
deleteOptional A method to handle deleting rows
Optional
deletedOptional Indicates whether the row is marked for deletion.
Optional
disabledOptional Indicates whether the current row is disabled
Optional
expandedOptional Indicates whether the current row is expanded. The value is true, if the row is expanded and false, if it is collapsed
Optional
focusedOptional Indicates whether the row is currently focused.
Represent the grid instance, the row belongs to
Optional
groupOptional
hasOptional Indicates whether the current row has any child rows
Optional
inOptional Indicates whether the row is currently being edited.
The index of the row within the grid
Optional
isIndicates whether the row is grouped.
Optional
isOptional
keyOptional
nativeRepresents the native HTML element of the row itself
Optional
onOptional
A method to handle click event on the row
It takes a MouseEvent
as an argument
Optional
onOptional
parentOptional Contains the parent row of the current row, if it has one. If the parent row exist, it means that the current row is a child row
Optional
pinOptional A method to handle pinning a row
Optional
pinnedOptional Indicates whether the current row is pinned.
Optional
selectedOptional Indicates whether the current row is selected
Optional
summariesOptional A map of column field names to the summary results for the row.
Optional
treeOptional Represents the hierarchical record associated with the row (for tree grids). It is of type ITreeGridRecord, which contains the data, children, the hierarchical level, etc.
Optional
unpinOptional A method to handle unpinning a row, that has been pinned
Optional
updateOptional A method to handle changing the value of elements of the row It takes the new value as an argument
Optional
Readonly
validationOptional
virtOptional Virtualization state of data record added from cache
Interface representing a row in the grid. It is essentially the blueprint to a row object. Contains definitions of properties and methods, relevant to a row