In jqGrid, after a users chooses to remove a column(s), a grid's width becomes smaller. Therefore, I think it would be appropriate to trigger a resize at this point using $("#myGrid").trigger("resize")
. However, to what jqGrid event should I attach this?
I tried triggering a resize manually on the Firebug Console after using the Column Chooser and it worked well.
I also tried the recommendations in this question but without any results.