New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
Reordering of Columns
Updated over 6 months ago
The Grid provides options for reordering its columns.
To enable the user to reorder the columns of the Grid by dragging, set the Reorderable.Columns() method to true. For a runnable example, refer to the demo on implementing column reordering in the Grid.
Razor
.Reorderable(reorderable => reorderable.Columns(true))