附錄\B.JQuery元件屬性\JQComboGrid

下拉選單,顯示資料並以Grid形式顯示的元件

屬性

名稱

類型

説明

RemoteName

string

元件連接的資料源

DataMember

string

連接的Server端具體的InfoCommand ID

DisplayMember

string

顯示資料欄位

DsiplayMemberCaption

string

columns沒有設定的情況下,用於作爲顯示的Grid中的保存顯示資料欄位的標題

ValueMember

string

保存資料值欄位

ValueMemberCaption

string

columns沒有設定的情況下,用於作爲顯示的Grid中的保存資料欄位的標題

OnSelect

string

資料選中時,可執行的js方法,輸入值為方法名稱

PageSize

int

在下來時顯示資料的筆數,-1表示所有資料,當設定有限數值時,如果下拉列表中無法顯示出需要顯示的資料可以輸入字符實現自動帶出的功能。

SelectOnly

bool

ComboBox中不可輸入

DialogWidth

int

顯示GridDialog的寬度

Columns

Collection

顯示grid中的欄位,在不設定的情況下Grid顯示出DisplayMemberValueMember中設定的欄位
Columns
中的屬性請參考JQGridColumn説明

Top of Page