Is there a jqGrid method that will skip to the next/prev page of rows. I was trying to programmatically click the button itself with jQuery, but didn\'t succeed yet
You can use $("#next").click(); to trigger next page.
$("#next").click();