This bug can be recreated with the following steps:
- Minimize/hide the grid using the top-right image button.
- Click a button (separate from grid) that unloads grid with .GridUnload() and re-creates it with different postData (“.jqGrid({…})”).
- When the grid is re-created, the bottom pager has vanished and will not return unless you minimize and maximize again.
It appears that the minimized status is persisted for the pager even after the grid has been unloaded.