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

GridRowsSettings

Updated on Apr 1, 2026

The settings of the rows prop options.

NameTypeDefaultDescription

data?

any

Custom component for rendering data rows. Falls back to the default when omitted.

vue
<Grid :rows="{ data: 'MyRow' }" />

groupFooter?

any

Custom component for rendering group footer rows. Falls back to rows.groupFooter (then default) when omitted.

vue
<Grid :rows="{ groupFooter: 'MyGroupFooter' }" />

groupHeader?

any

Custom component for rendering group header rows. Falls back to the default when omitted.

vue
<Grid :rows="{ groupHeader: 'MyGroupHeader' }" />

pinnedData?

string | Component<GridCustomRowProps>

Custom component for rendering pinned data rows. Falls back to rows.data (then default) when omitted.

vue
<Grid :rows="{ pinnedData: 'MyPinnedRow' }" />
Not finding the help you need?
Contact Support