Is it possible to set some column with search type "< select multiple >" for ADVANCED SEARCH? Plus, I want to create a predefined TmplFilter for that column with multiple values, so the query should be something like: MyColumn IN ('X', 'Y', 'Z')
I imagine the template with data array (?) like: ... rules: [{field:"MyColumn", op:"in", data:['X', 'Y', 'Z']}]
And the "< select multiple >" should appear filled with those values pre-selected
(my version is free jqgrid-4.13.6)
==================
EDIT: To be clear, this is an example drawing (not real grid)
What I want is... when click on "Search" button (which opens Advanced Search popup, I know how to use this feature, of course), I want to have some "Templates", when I select one (ie: "With Errors") this will create a rule with Field:"Status", Op:"IN", Data:"Return Errors, Failed Process, Processed No Records" These 3 values must be pre-selected in a combo "multiple" (as you see in the image)