Only update operation.
I am using the following lines of code
$("#grid1").pqGrid("loadState", { refresh: true });
$("#grid1").pqGrid("refreshCM");
It is not refreshing the grid and that's preventing the rowGrouping from collapsing.
But I want to achieve grid refresh without the rowGrouping getting collapsed.