New to KendoReactLearn about KendoReact Free.

GridRowsSettings

The settings of the rows prop options.

NameTypeDefaultDescription

data?

ComponentType<GridCustomRowProps>

Custom component for rendering the data row.

tsx
import { MyDataRow } from './MyDataRow';
<Grid rows={{ data: MyDataRow }} />

groupFooter?

ComponentType<GridCustomRowProps>

Custom component for rendering the group footer row.

tsx
import { MyGroupFooterRow } from './MyGroupFooterRow';
<Grid rows={{ groupFooter: MyGroupFooterRow }} />

groupHeader?

ComponentType<GridCustomRowProps>

Custom component for rendering the group header row.

tsx
import { MyGroupHeaderRow } from './MyGroupHeaderRow';
<Grid rows={{ groupHeader: MyGroupHeaderRow }} />
Not finding the help you need?
Contact Support