This example demonstrates the column reordering feature of Telerik Grid for ASP.NET MVC.

To enable column reordering use the Reorderable method:

<%= Html.Telerik().Grid(Model)
        .Name("Grid")
        .Reorderable(reorder => reorder.Columns(true))
%>