jquery - How to open search/find dialog in jqGrid from an external button? -


i have jqgrid has "find" button - brings jqgrid's filter dialog can filter stuff - cool. how can trigger dialog open button not part of jqgrid control?

i've found can this: $("#id").trigger('reloadgrid'); tell grid go data again , rebuild jqgrid ui. there similar, $("#id").trigger('openfinddialog');?

jqgrid has searchgrid method need use. open searching dialog should call method , use parameters or events knows previous usage of navgrid:

$("#id").jqgrid ('searchgrid', {multiplesearch:true, overlay: false}); 

how can see here code running on click on "search" button of navigator not more this.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -