New to Kendo UI for VueStart a free 30-day trial

GridCustomRowProps

Updated on Mar 31, 2026

The properties of the default Grid Row.

NameTypeDefaultDescription

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.

rows?

GridRowsSettings

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.

Not finding the help you need?
Contact Support