JqGrid pgtext issue

341 views Asked by At

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
   {...........................
0

There are 0 answers