I have search implemented like this:
JQ('#myGrid').jqGrid('navGrid', '#previewGrid', {add:false,edit:false,del:false,search:true,refresh:false}, {}, {}, {}, {multipleSearch:true});
I would like the search dialog to appear in a different place on the screen when the search button is clicked (instead of the top left of the grid).
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top