Locked columns
Locked (frozen or sticky) columns are the columns that are visible at all times while the user scrolls the Kendo UI for Vue Native Grid horizontally.
To lock a column, set the lock
property of the Grid column to true
.
By default, columns are not locked.
This feature relies on CSS position:sticky
, making it unsupported in IE11 and other browsers that lack support for this property.