New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid Frozen Columns
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core Grid supports the frozen (locked) column feature. Frozen columns are the columns that are visible at all times while the user scrolls the Data Grid horizontally. In this way, the frozen columns functionality enables the Data Grid to display a large number of columns on limited screen space by statically rendering these columns. The concept of frozen columns is well known from MS Excel and many users expect the feature to be available in web environments too.
The Telerik UI for ASP.NET Core Grid enables you to implement the frozen column feature by setting a single configuration. This demo shows how to achieve the desired scenario by setting the .Locked(true)
Boolean setting of the corresponding column. As a result, the columns in the locked-column group will be rendered to the left of the Grid. In the example, the Order ID and Ship Name are locked, while the rest of the columns can be scrolled horizontally.
For more information about the column capabilities, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available column settings.