jqgridjqgrid-asp.netjqgrid-formattermvcjqgridjqgrid-inlinenav

How to remove right bottom pager text from jqgrid


In jqgrid, I want to remove text appearing on pager i.e. View 1 - 2 of 2.

all other things are fine on pager.

My grid/pager is as follow:

<table id="GrdList">
</table>
<div id="GrdPager">
</div>

for pager:

            rowNum: 5,
            rowList: [5, 10, 20],
            pager: '#GrdPager',

Can you please guide me how to remove appearing text on right bottom corner i.e. View 1 -2 of 2 (current page and its records).

Thanks


Solution

  • You should remove viewrecords: true option from your jqGrid.