I am new to JQGrid. Let me explain the issue I am facing …
I am using struts2-jquery grid, which is internally using JQGrid, and am controlling the grid outside, example: I am using search elements to filter rows in the grid.
When ever the grid is loading, the pager works fine, but when am filtering data the pager is not working and it shows some infinite values . Can any one out there tell me solution for this, since I can’t post my code also … If I got any working example for the above issue is really appreciable …
Not seeing any code makes things a bit difficult. But here is the code I used in one of my projects to implement pagination in a project that used JQgrid (see if it helps you out in anyway, or an indication on where to start debugging)
Server side code
GetItemDataCollection basically does something like this. (I made use of Scott Guthrie’s dynamic LINQ library inside it, which was very useful, if not pivotal for implementing searching in JQgrid using a LINQ)
JQgrid implementation