It can be accessed as
//$grid is reference to the grid container i.e., $( "selector" ) or $(this)
var pageModel = $grid.pqGrid( "option", "pageModel" );
var curPage = pageModel.curPage;
var rPP = pageModel.rPP;
though it could be more convenient to access pageModel directly from ui argument.