I have a jqgrid with a navGrid plugin that is configured to show 10 records at a time, and a server side query that has 42 rows.
When the page first loads, the server generates JSON to show that this is page 1 of 5, 42 records total, and gives the 10 records; These display no problem.
When I use the pagination buttons, these generate an AJAX call to the server asking for the appropriate page. The response contains a new set of 10 records (or 2 for the last page.).
My problem is that the jqGrid doesn't refresh after getting the server response – it continues to show the data that was originally loaded
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top