jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Dynamic columns in grid Dynamic columns in grid #60516

    markus_1
    Participant

    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

Viewing 1 post (of 1 total)