1
Help for ParamQuery Pro / Save columns state when column grouping is enable
« on: August 18, 2016, 01:44:06 pm »
Hi!
The following code is not working with a colmodel if column grouping enabled:
var colModel = $gridMain.pqGrid("option", "colModel");
var strCM = JSON.stringify(colModel);
Gives an «cyclic object value»-error.
Is there an other way to save/serialize to colmodel?
The code works perfectly with simple colmodels.
The following code is not working with a colmodel if column grouping enabled:
var colModel = $gridMain.pqGrid("option", "colModel");
var strCM = JSON.stringify(colModel);
Gives an «cyclic object value»-error.
Is there an other way to save/serialize to colmodel?
The code works perfectly with simple colmodels.