Search code examples
c#teleriktelerik-gridtelerik-mvc

HOw to make reordering false for specific columns in Telerik MVC Grid


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))

Solution

  • 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