New to KendoReact? Start a free 30-day trial
Resizing
The KendoReact Data Grid enables you to resize its columns by dragging the edges (resize handles) of the header cells.
To enable column resizing, set the resizable
property of the Grid to true
.
- By default, the column-resizing feature is disabled.
- If the user resizes the Grid columns so that the total width of the columns becomes less than the width of the Grid, the remaining table is filled with whitespace.
Change Theme
Theme
Loading ...
Auto-Resizing
The KendoReact Data Grid enables you to auto-resize columns to fit their content by double-clicking on the resize handle. To enable column auto-resizing, set the resizable
property of the Grid to true
.