Skip to content

Hide Icons and Change Caption Dynamically

Hide entire footer using CSS

.ui-state-default.ui-jqgrid-pager{
  display:none;
}

Dynamically change the caption this way.

jQuery("#orders").setCaption('new caption');


Feedback and Knowledge Base