Possible to make jqGrid Search Box Stay on Page?
问题 Right now, I have to click the jqGrid Search icon to popup the search box. What I would like to do is have the search box open above the grid (not as a popup) at all times. I'm not seeing anything in their demos, but am hoping somebody has done it or knows how. 回答1: The simplest way to do what you need is var grid = $("#list"), prmSearch = {multipleSearch:true,overlay:false}; grid.jqGrid({ // all jqGrid parameters }); // next line is optional grid.jqGrid('navGrid','#pager', {add:false,edit