jquery("#mysearch").filtergrid('#grid_id',options);
options:引數
引數描述
預設值gridmodel
當為ture我們會使用colmodel中的屬性構造查詢條件,所用到的引數:name, index, edittype, editoptions, search.還有乙個引數:defval:查詢條件的預設值;surl:當edittype:'select'時獲取select資料的url,格 式:value1
value2 …valuen
false
gridnames
gridmodel為true時起效,設定查詢列的名稱
false
filtermodel
gridmodel為false時起效,格式:}。label:字段顯示名稱;name:列名;stype:輸入框型別,text或者select;surl:獲取select資料的地 址,要求的內容為html格式:value1
value2 …valuen
;sopt:同editoptions
formtype
定義表單如何被構造,'horizontal' or 'vertical'
autosearch
如果為true:當點選回車鍵觸發查詢;當select值變化時觸發查詢
formclass
可以使用的css
filterform
tableclass
可以使用到table上的css
filtertable
buttonclass
按鈕上使用的css
filterbutton
searchbutton
搜尋按鈕
search
clearbutton
清空資料的按鈕
clear
enablesearch
啟用禁用搜尋按鈕
false
enableclear
啟用禁用清空按鈕
false
beforesearch
搜尋之前觸發的事件
null
aftersearch
搜尋完成之後觸發的事件
null
beforeclear
清空資料之前觸發的事件
null
afterclear
清空資料之後觸發事件
null
url搜尋資料的url
marksearched
當為true時,每次查詢之後所有查詢的列都標記為可查詢列
true
jqgrid編輯以及自定義
jqgrid可以有三種方式,讓我們來修改顯示在jqgrid中的資料。這三種方式分別是 cell editing 只允許修改某乙個單元格內容.所有均來自jqgrid的wiki或者jqgrid的demo截圖 inline editing 允許在jqgrid中直接修改某一行的資料 form editing...
自定義jqgrid 選單欄
經過再次研讀 發現其實修改自定義的選單欄的問題其實很簡單,就直接修改grid.locale cn.js檔案就可以了,在js中直接引用就好了,下面的內容看來是多餘的 直接看 recordtext 記錄 總記錄數 顯示記錄數的格式 emptyrecords 無資料 空記錄時的提示資訊 pgtext 頁數...
jqGrid 自定義格式化
jquery grid id jqgrid function currencyfmatter cellvalue,options,rowobject do something here return new format value cellvalue 要被格式化的值 options 對資料進行格式...