I had define dataModel,colModel,groupModel
and tried update and re render
$( "#pivot" ).pqGrid( "Group" ).option(groupModel);
$( "#pivot" ).pqGrid( "option" , "dataModel", dataModel );
$( "#pivot" ).pqGrid( "option" , "colModel", colM );
$( "#pivot" ).pqGrid('refreshDataAndView');
And error coming: "pqgrid.min.js:17 Uncaught TypeError: Cannot set property 'summary' of undefined"