I'm currently using toppager: true to show the pager at the top. The bottom pager shows up naturally as the default. How do I keep the top pager visible while hiding the bottom pager instead?
toppager: true
thanks.
You should just don't use any pager option of jqGrid. See here for more details.
pager
To enable display of only toppager in jqGrid, do not use pager property and use only toppager property.
See here for other possible combinations of jqgrid to show hide top or bottom pager.