Hide Icons and Change Caption Dynamically
.ui-state-default.ui-jqgrid-pager{
display:none;
}
Dynamically change the caption this way.
jQuery("#orders").setCaption('new caption');
.ui-state-default.ui-jqgrid-pager{
display:none;
}
jQuery("#orders").setCaption('new caption');