Veetor

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: detect the displayed columns after column chooser submit #95692
    Veetor
    Participant

    I have used something like this below, perhaps hook it when you need it.

    var cols = [];

    $.each(

    $('#grid_id).jqGrid('getGridParam', 'colModel'),

    function () {

    if (!this.hidden) {

    cols.push(this.index);

    }

    }

    );

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!