Guidance on a better way to retain filtering options when using ASP.NET MVC 2
问题 I have an ASP.NET MVC 2 application which in part allows a user to filter data and view that data in a JQGrid. Currently this consists of a controller which initialises my filter model and configures how I wish my grid to be displayed. This information is used by a view and a partial view to display the filter and the grid shell. I use an editor template to display my filter. The JQGrid makes use of a JsonResult controller action (GET) to retrieve the results of the filter (with the addition