How to make reordering false for specific columns in Telerik MVC Grid What needs to be added here? I could not find anything useful from the documentation
.Reorderable(reordering => reordering.Columns(false))
Directly its not possible but we can achieve this,
First make grid Reorderable property like this .Reorderable(reordering => reordering.Columns(true)) then grid event for columnreorder.
In columnreorder function restrict specific column