2010-10-06 70 views
0

我想設置一些過濾器與此搜索:刪除搜索選項過濾器的jqGrid

$.jgrid = { 
search : { 
    caption: "Search...", 
    Find: "Find", 
    Reset: "Reset", 
    odata : ['equal', 'not equal'], 
    groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ], 
    matchText: " match", 
    rulesText: " rules" 
}}; 

但我無法得到它的工作。它仍然列出所有選項值爲'未定義'的過濾器。有任何想法嗎?。

回答