0

pgtext is not displaying properly in the pager. What could be the reason?

enter image description here

Grid Options

pager: pagerID,
gridview: true,
navOptions: {
    position: "left",
    addtext: "Add",
    edittext: "Edit",
    deltext: "Delete",
    iconsOverText: true
},
loadonce: false,
pagerpos: 'center',
rowNum: pagesize,
viewrecords: true,

Pager Setting

$("#"+childGridID).navGrid(pagerID,
   // the buttons to appear on the toolbar of the grid
   { edit: true, add: true, del: true, search: false,
    refresh: false, view: false, cloneToTop: false },
   // options for the Edit Dialog
   {...........................
Oleg
  • 220,925
  • 34
  • 403
  • 798
Gansun
  • 301
  • 2
  • 7
  • 15
  • You added many tags about different products, which are based on jqGrid. Which **version** of jqGrid you use (can use) and from which **fork** of jqGrid ([free jqGrid](https://github.com/free-jqgrid/jqGrid), commercial [Guriddo jqGrid JS](http://guriddo.net/?page_id=103334) or an old jqGrid in version <=4.7)? Could you provide the demo (in jsfiddle, for example), which reproduces the problem? – Oleg Sep 06 '17 at 19:45
  • I am using free jqGrid. I figured out the issue. One of the parent CSS property overlying the jqgrid css property. Fixed the parent css. – Gansun Sep 07 '17 at 15:03

0 Answers0