i want to display the search dialog above the table.
Something like this -> http://www.ok-soft-gmbh.com/jqGrid/SearchingDialogAboveGrid.htm
I defined a container with
|
1 2 3 4 |
<div id="search_layer"> </div> |
where i want to display the search form. i read about the “overlay” and “layer” parameters in the docu, which i also set in my grid.
|
1 2 3 4 5 6 7 |
jQuery(\"#allsitesgrid\").jqGrid('navGrid','#allsitesgridnav', {search:true, add:false,edit:false,del:false, searchtext: 'Filter'}, //options {}, // edit options {}, // add options {}, // del options {overlay: 0, layer: search_layer} // search options ); |
Can somebody give me some hints ?
best regards
Tom
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top