New to KendoReactStart a free 30-day trial

The settings of the cells prop options.

Definition

Package:@progress/kendo-react-grid

Properties

data?

ComponentType​<GridCustomCellProps>

Custom component for rendering the data cell in table layout mode.

edit?

{ text?: ComponentType​<GridCustomCellProps>; numeric?: ComponentType​<GridCustomCellProps>; boolean?: ComponentType​<GridCustomCellProps>; date?: ComponentType​<GridCustomCellProps> }

Custom cell components for edit columns.

Custom component for rendering the filter cell.

Custom component for rendering the footer cell.

group?

{ groupHeader?: ComponentType​<GridCustomCellProps>; data?: ComponentType​<GridCustomCellProps>; groupFooter?: ComponentType​<GridCustomCellProps> }

Custom cell components for group columns.

Custom component for rendering the group footer cell.

Custom component for rendering the group header cell.

Custom component for rendering the header cell.

hierarchy?

{ groupHeader?: ComponentType​<GridCustomCellProps>; data?: ComponentType​<GridCustomCellProps>; groupFooter?: ComponentType​<GridCustomCellProps> }

Custom cell components for hierarchy columns.

pin?

{ groupHeader?: ComponentType​<GridCustomCellProps>; data?: ComponentType​<GridCustomCellProps>; groupFooter?: ComponentType​<GridCustomCellProps> }

Custom cell components for pin columns.

select?

{ groupHeader?: ComponentType​<GridCustomCellProps>; data?: ComponentType​<GridCustomCellProps>; groupFooter?: ComponentType​<GridCustomCellProps> }

Custom cell components for selection columns.

stackedData?

ComponentType​<GridStackedCustomCellProps>

Custom component for rendering the data cell in stacked layout mode. When both stackedData and data are provided, stackedData takes precedence in stacked layout.