New to Telerik UI for ASP.NET Core? Download free 30-day trial
Column Settings
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
columnsettings.cshtml
ColumnSettingsController.cs
ProductService.cs
ProductViewModel.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
You can try in this example to load the ASP.NET Core Grid column settings from the server by using the LoadSettings method as follows:
.Columns(columns => { columns.LoadSettings((IEnumerable)ViewData["Columns"]);})
More about the Telerik Grid for ASP.NET Core