GridCellsSettings
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.
filterCell?
ComponentType<GridCustomFilterCellProps>
Custom component for rendering the filter cell.
footerCell?
ComponentType<GridCustomFooterCellProps>
Custom component for rendering the footer cell.
group?
{ groupHeader?: ComponentType<GridCustomCellProps>; data?: ComponentType<GridCustomCellProps>; groupFooter?: ComponentType<GridCustomCellProps> }
Custom cell components for group columns.
groupFooter?
ComponentType<GridCustomCellProps>
Custom component for rendering the group footer cell.
groupHeader?
ComponentType<GridCustomCellProps>
Custom component for rendering the group header cell.
headerCell?
ComponentType<GridCustomHeaderCellProps>
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.