OptionaladdOptionalbeginOptional A method to handle adding a new row
OptionalcellsOptional A list or an array of cells, that belong to the row
OptionalchildrenOptional Contains the child rows of the current row, if there are any.
OptionaldataOptionaldeleteOptional A method to handle deleting rows
OptionaldeletedOptional Indicates whether the row is marked for deletion.
OptionaldisabledOptional Indicates whether the current row is disabled
OptionalexpandedOptional Indicates whether the current row is expanded. The value is true, if the row is expanded and false, if it is collapsed
OptionalfocusedOptional Indicates whether the row is currently focused.
Represent the grid instance, the row belongs to
OptionalgroupOptionalhasOptional Indicates whether the current row has any child rows
The index of the row within the grid
OptionalinOptional Indicates whether the row is currently being edited.
OptionalisIndicates whether the row is grouped.
OptionalisOptionalkeyOptionalnativeRepresents the native HTML element of the row itself
OptionalonOptional
A method to handle click event on the row
It takes a MouseEvent as an argument
OptionalonOptionalparentOptional 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
OptionalpinOptional A method to handle pinning a row
OptionalpinnedOptional Indicates whether the current row is pinned.
OptionalselectedOptional Indicates whether the current row is selected
OptionalsummariesOptional A map of column field names to the summary results for the row.
OptionaltreeOptional 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.
OptionalunpinOptional A method to handle unpinning a row, that has been pinned
OptionalupdateOptional A method to handle changing the value of elements of the row It takes the new value as an argument
Optional ReadonlyvalidationOptionalvirtOptional 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