ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: gmswsd on May 17, 2020, 10:12:36 am
-
Hi
Save state works great when using a single grid, however when using another grid on a different tab it uses the state from the initial grid.
Is there a way to still save to the cookie but give it the name of the grid?
Also, if I have a filter from filterModel saved it saves the filter it just doesn't execute on the filter when restored.
-
Save state works great when using a single grid, however when using another grid on a different tab it uses the state from the initial grid.
Please assign unique id to every grid.
Also, if I have a filter from filterModel saved it saves the filter it just doesn't execute on the filter when restored.
Please share a jsfiddle.
-
Thanks Paramvir,
How do you assign a unique id to a grid?
-
<div id="grid1" ></div>
<div id="grid2" ></div>
...and so on.
-
Thanks Paramvir,
That worked.