Categories: Tutorials

jqGrid Show Top Pager & Bottom Pager

jqGrid is an awesome jQuery Grid Plugin. jqGrid plugin can be used on your website for displaying contents in a Grid. Its possible to add pagination into jqGrid with simple options.

How to enable pager in jqGrid for pagination ?

To enable pagination in jqGrid, use pager property. Specify the id of the div in pager property to display pager.

eg.

pager:"pager_div"

and include div with id “pager_div” in your html where you want it to be rendered.

Show Top & Bottom Pager For Pagination In JqGrid

How to show Top pager in jqGrid for pagination ?

To show top pager in jqgrid we can use toppager property.

eg.

toppager:true

And it will display toppager, no need to specify the name for the toppager. It will automatically take the grid name and append _toppager to it.

How To display both top pager and bottom pager ?

toppager:true,
pager:"pager_div"

How to Show top pager in Top Left Corner ?

To show Top Pager in Top Left Corner, use pagerpos property.

toppager:true,
pagerpos:"left"

How to Show Only Top Pager in jqGrid ?

To enable display of only toppager in jqGrid, do not use pager property and use only toppager property.

Check Wiki Documentation of jqGrid pager.

If you need any help with jqGrid, let me know. I would be glad to help you.

Share it with your friends if you find it useful.

ProWebGuru

Mostly I write about technology related stuff on https://www.prowebguru.com Recently I have started making videos also. Mostly blog posts & videos are related to technology, programming and learning some new tips and tricks related to windows, wordpress, google app script, technical, programming, javascript, jquery and other coding related stuff. Youtube channel - https://www.youtube.com/user/prowebguru

Recent Posts

GPT 5.4: Powerful AI Breakthrough – 7 Game-Changing Features, Launch Date & Full Guide

GPT 5.4: The Next-Generation AI Model Transforming Reasoning, Coding, and Productivity Artificial Intelligence is evolving…

1 day ago

GPT‑5.3 Instant Explained: Faster, Smarter & Fewer Refusals

GPT-5.3 Instant is OpenAI's latest ChatGPT model update, prioritizing smoother conversations, fewer refusals, and higher…

2 days ago

Free Perplexity Pro for Airtel Customers: Unlock Advanced AI Assistance at No Cost!

Are you tired of scrolling endlessly through Google results trying to find clear, trustworthy answers?…

4 months ago

Unlocking Collaborative Coding with GitHub Copilot Spaces

In recent years, the process of software development has rapidly evolved—developers demand smarter tools and…

4 months ago

ChatGPT Go Now Free in India: Opening Doors to Advanced AI Capabilities

India has emerged as one of the fastest-growing and most significant markets in the global…

4 months ago

AgentKit by OpenAI: Redefining the Future of AI Agent Development

On October 6, 2025, OpenAI unveiled AgentKit, a unified suite of tools designed to help developers and…

5 months ago

This website uses cookies.