New to KendoReact? Learn about KendoReact Free.
GridColumnState
Updated on Nov 7, 2025
The state of the GridColumn
| Name | Type | Default | Description |
|---|---|---|---|
children? |
|
A collection of child states. | |
field? |
|
The field of the column. | |
hidden? |
|
The value indicating whether a column is visible or not. | |
id |
|
The id of the column. | |
locked? |
|
Determines if the column is locked to the left or right side of the grid. | |
orderIndex? |
|
The position of the column. | |
title? |
|
The title of the column. | |
width? |
|
The width of the column (in pixels). |