New to KendoReactLearn about KendoReact Free.

GridStackedColSize

Updated on Jan 12, 2026

Defines the width of a column in the stacked layout.

NameTypeDefaultDescription

width?

string | number

The width of the column. Number values are treated as pixels. String values can be any valid CSS width (px, %, fr, etc.).

tsx
{ width: 200 } // 200px
{ width: '1fr' } // 1 fraction unit
{ width: '50%' } // 50% of container
Not finding the help you need?
Contact Support