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.