GridCustomRowProps
The properties of the default Grid Row.
Definition
Package:@progress/kendo-vue-grid
Properties
isAltRow
boolean
Indicates whether the row is an alternating row.
isHidden
boolean
Indicates if the row is hidden. The hidden row is rendered above the
visible area of the Grid. Occurs when the Grid uses virtualization and
the row is on the current page. When rowHeight is set, isHidden is always true.
isPinned?
boolean
Indicates if the row exists in one of the pinned row arrays.
isSelected
boolean
Indicates if the row is selected.
item
any
The data object that represents the current row.
key?
number
The 'key' prop that may be applied to the row.
onClick
any
The event that is fired when the row is clicked.
render?
any
The method for rendering the cell.
rowHeight?
number
The row height. Configuring rowHeight sets the height to the height of the current Grid row.
Sets a set of rows components that the Grid will render instead of the built-in row.
rowType
string
The type of the row.
selectedField?
string
The name of the field which will provide a Boolean representation of the selected state of the item.
trProps?
HTMLAttributes
The props and attributes that are applied to the tr element by default.