Looking off this example, notice how clicking on the Search button brings up a modal form with a darkened overlay behind it. Now notice how clicking on the Column Chooser button brings up a modal form but no overlay behind it.
My question is: how do I get the dark overlay to appear behind my Column Chooser popup?
There are currently undocumented option of the columnChooser:
The demo demonstrate this. One can set default parameters for the
columnChooserwith respect of$.jgrid.coltoo:Recently I posted the suggestion to extend a little functionality of the
columnChooser, but only a part of the changes are current code of the jqGrid. Nevertheless in the new version will be possible to set much more jQuery UI Dialog options with respect of newdialog_optsoption. For example the usage of the following will be possibleTo use full features which I suggested you can just overwrite the standard implementation of
columnChooser. One can do this by including the following codeIn the case you can continue to use the original minimized version of
jquery.jqGrid.min.jsand the code which use can be just$(this).jqGrid('columnChooser');. Together with all default settings it will be likeThe demo demonstrate the approach. The main advantage of the changes – the really resizable Column Chooser:
UPDATED: Free jqGrid fork of jqGrid, which I develop starting with the end of 2014, contains of cause the modified code of
columnChooser.