Some times it is required that the column had to be re-ordered in a grid as, we are using a Telerik grid , as adding the property reorder will do the task.
Here is the code below to do it:
Here is the code below to do it:
.Reorderable(reorder => reorder.Columns(true))
Just add this line to your Telerik Razor grid, it will do the task.
Happy Coding!