Working with JqGrid and ASP.NET MVC – Setting up a base jqgrid parameters class
Continue Reading May 9th, 2012 Doug DiFilippo
Our team has been using JqGrid on a few projects now and I am really impressed with the ease of use and functionality it provides. Out of the box it gives us immediate benefits in the form of paging, sorting, and basic transformation of tables. ASP.NET MVC makes it easy to send and receive data from the grid without writing much code at all. In this post we will look at a basic class to handle the parameters passed from JqGrid in regards to current page, records per page, sort column, and sort order.