Hi,
I followed your advice and stepped through the jqgrid code in the debugger. As it turns out the problem was a call to setRegional that was somehow resetting the pager via a call to setPager.
I first noticed that following the initial call to setPager then navGrid, the buttons would be created and inserted correctly. Then later on in our setup code we were calling setRegional for localization purposes. This has the effect of calling setPager again and completely resetting the pager setup. That feels like a bug, or at least unexpected behavior that should be documented. We fixed the problem by moving the setRegional call before setting up the grid and pager.
-
This reply was modified 7 years, 3 months ago by
jimitndiaye.