Hi Peter,
changing the columns of a jqxgrid works fine, even with columngroups.
Extract of my code:
$(‘#jqxgrid’).jqxGrid(‘beginupdate’);
$(‘#jqxgrid’).jqxGrid({ columngroups: columngroups1 });
$(‘#jqxgrid’).jqxGrid({ columns: columns1 });
$(‘#jqxgrid’).jqxGrid(‘endupdate’);
But if I use the parentgroup option in the columngroups, dynamic changing of the columns doesn’t work. Can you please check this?
best regards
Markus