New to KendoReactStart a free 30-day trial

The state of the GridColumn

Definition

Package:@progress/kendo-react-grid

Properties

A collection of child states.

field?

string

The field of the column.

hidden?

boolean

The value indicating whether a column is visible or not.

id

string

The id of the column.

locked?

boolean

Determines if the column is locked to the left or right side of the grid.

maxWidth?

number

Sets the maximum width of the column (in pixels).

minWidth?

number

Sets the minimum width of the column (in pixels).

The position of the column.

title?

string

The title of the column.

width?

string | number

The width of the column (in pixels).