OK – I can set the page within onSortCol and the list jumps to that page after sorting:
onSortCol: function(index,iCol,sort){jQuery(“#list”).setGridParam({page:3});
However, I obviously don't want to hard-code the page number… and instead it should be set depending on what page I'm on when I click the column to sort by.