New to Kendo UI for Vue? Start a free 30-day trial

Locked columns

Locked, also knows as frozen or sticky columns are the columns that are constantly visible while the user scrolls the TreeList horizontally.

In order for the locked columns to work properly, configure the following options:

  • (Required) Set width of each column.
  • (Required) Set overflow: auto and width in pixels through style of the TreeList.
  • (Required) Set locked property of the column.

By default, the columns of the TreeList are not locked.

Example
View Source
Change Theme:

In this article

Not finding the help you need?