jquery - How to hide JqGrid search operators dropdown? -



jquery - How to hide JqGrid search operators dropdown? -

i need hide search operators dropdown in search dialog of jqgrid control. please tell me how done?

please see image below

thanks,

see wiki: single field searching

e.g:

class="snippet-code-js lang-js prettyprint-override">$(s4list).jqgrid('searchgrid', { multiplesearch: true, aftershowsearch: function () { var dialogid = $('#fbox_' + this.id); dialogid.find('.operators').hide(); console.log(this) } })

also

afterredraw function:this function if defined lunched every time filter redrawed - filter redrawed every time when add together or delet rules or fields tio function pass search parameters parameter

jquery jqgrid

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -