New to Telerik UI for ASP.NET Core? Download free 30-day trial
Column reordering
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
HtmlHelper
TagHelper
column_reordering.cshtml
Column_ReorderingController.cs
OrderViewModel.cs
Column_Reordering_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
You can see in this demo how simple it is to reorder columns in Telerik ASP.NET Core Grid. Just drag a column header over another header cell.
You can enable this behavior by setting the .Reorderable(true)
method of the ASP.NET Core GridView.
More about Telerik Grid for ASP.NET Core