Hello Tony,
some recent questions which I answered pushed me to analyse the code of columnChooser and makes some bug fixes and improvements. The mosts benifit of the changes: the columnChooser will be really resizable.
I suggest to make the following changes in grid.jqueryui.js:
1) To fix the line
if($("#colchooser_"+self[0].p.id).length ) { return; }
to the following
if($("#colchooser_"+$.jgrid.jqID(self[0].p.id)).length ) { return; }
2) The current option dlog_opts of the
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top