mireczech

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: TAB key with hidden column #101536
    mireczech
    Participant

    I have solved:

    function ChangeHiddenColPosition() { var perm = []; var colModel = $('#grid').getGridParam('colModel'); for (i = 0; i < colModel.length; i++) { if (!colModel.hidden) { perm.push(i); } } for (i = 0; i < colModel.length; i++) { if (colModel.hidden) { perm.push(i); } } $('#grid').remapColumns(perm, true, false); }

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!