I am using jqGrid in an ASP.NET MVC application. It loads the first page of data fine, but whenever i attempt to go to another page, it always loads page 1. If i debug and look at the parameter it's passing back to the controller action, it is always passing “1” in the page parameter. Sorting works fine, resizing the number of rows works fine. I even tried to explicitly set the page variable using .setGridParam({ page: 2 }).trigger('reloadGrid') but it still has a value of 1 in the page variable.
I am using v3.6.2. Below is the setup code:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top