This question is locked. New answers and comments are not allowed.
Here is our requirement:
When home page is loaded, page is loaded with data in grid. User can perform sort on grid data. I want to get this column name in controller for some processing.
We are using single column sort.
How do I get sorted column name and sort order in MVC controller?