This question is locked. New answers and comments are not allowed.
Is it possible to do custom sorting on the MVC data grid similar to what you are doing with the RadGrid. I have found an example for the RadGrid here http://demos.telerik.com/aspnet-ajax/grid/examples/programming/sort/defaultcs.aspx (where it sorts by the name length, not the name), I would like to do a similar thing with the MVC grid. What In am trying to do is sort an entire column but only based on 'n' conditions, not the data itself. This will then set the background color of the cells based on the sort.