1
Help for ParamQuery Pro / Re: Prevent Grid Collapse
« on: October 15, 2019, 02:29:37 pm »
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.
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.