To use this feature we need to enable form editing. For more information refer to Installation.
The Navigation Bar, also known as the pager, is defined first in html -- normally, but not necessarily, placed so it appears at the bottom of the grid. Note that it is a <div>, not a <table>.
<body> <table id="list" class="scroll"></table> <div id="pager" class="scroll" style="text-align:center;"></div> </body>
In this example above, the pager controls are centered, but they could be aligned left or right to suit your preferences, as shown in these three examples:



The pager is then defined in the grid by a grid property:
orpager: jQuery('#pager'),
pager: 'pager_id',
Calling Convention:
jQuery("#grid_id").navGrid("#pager",{parameters})
Where: