I am using a phpgrid with 13 columns and each column has a multi-select checkbox filter on it.
This works great except for one thing.
If you choose a value in column 1 (for example), we don't want any checkbox options to appear in any of the remaining columns that could return an empty result set if checked in combination with the value that was checked in column 1.
Is it possible to remove values that appear in multi-select checkbox lists that would lead to no results?
Thanks for your help!
Hi,
It is not supported and may need some core level changes.
We're using following lib: http://www.erichynds.com/blog/jquery-ui-multiselect-widget
You can check possibility in it's documentation and do changes in lib (jqgrid_dist.php => function link_multiselect)