New to KendoReact? Start a free 30-day trial
Locked columns
Locked columnsPremium
Updated on Jun 24, 2026
Locked (frozen or sticky) columns are the columns that are visible at all times while the user scrolls the TreeList horizontally.
In order for the locked columns to work properly, configure the following options:
- (Required) Set
widthof each column. - (Required) Set
lockedproperty of the column. - (Required) Set
overflow: autoandwidthin pixels through thestyleproperty of the TreeList.
By default, the columns of the TreeList are not locked.
The following example demonstrates how to lock the Name and Full Time columns so they remain visible while the user scrolls the TreeList horizontally.
Change Theme
Theme
Loading ...