After upgrading from v4.5 to 5 when I open column chooser and select columns and click ok – nothing happens.
this is code i am using
1 2 3 4 5 6 7 8 9 10 |
mygrid.jqGrid('columnChooser', { modal:true, done: function (perm) { if (perm) { console.log(perm); mygrid.jqGrid("remapColumns", perm, true); } } }); |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top