2013-07-11 104 views
0

所以我試圖在我的網站在JQGrid中實現多搜索功能,並且該框顯示正常,但不會顯示下拉列表,因此沒有搜索選項以及有下拉列表的字段那些選項也不會出現。有誰知道它爲什麼會這樣做?下面是我看到的圖片。由於JQGrid多個搜索選項空白

http://i287.photobucket.com/albums/ll122/PcGuy5239/Untitled.png

同樣的情況下,你需要在這裏就是我所說的高級搜索

$("#list").jqGrid("searchGrid", {multipleSearch: true, multipleGroup: true, sopt:['eq','ne','cn','bw','bn']}); 

回答