附錄\B.元件屬性.\JQRefval

JQFormColumnEditor選為refval時,用來設置開窗選單元件。

屬性

名稱

類型

說明

ColumnMatches

collection

用於設定自動匹配欄位

名稱

類型

說明

RemoteMethod

bool

true表示預設使用的C#方法,false表示預設為js方法,配合SourceMethod使用

SourceFieldName

string

源帶出資料欄位

SourceMethod

string

源帶出資料內容的方法

TargetFieldName

string

目的帶入資料欄位

Columns

collection

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

DialogTitle

string

顯示gridDialog的標題

DialogWidth

int

顯示GridDialog的寬度

DisplayMember

string

顯示資料欄位

PageSize

int

一頁上顯示的資料的筆數

QueryColumn

collection

用於設定Grid的查詢欄位,請參考JQQueryColumn屬性設定

RemoteName

string

元件連接的資料來源

ValueMember

string

保存資料值欄位

WhereItems

string

對選取的資料進行過濾

名稱

類型

說明

FiledName

string

需要過濾的欄位元

RemoteMethod

bool

true表示預設使用的C#方法,false表示預設為js方法,配合SourceMethod使用

WhereField

string

取出該欄位的數據去過濾FieldName

WhereMethod

string

用方法帶出資料值去過濾FieldName

WhereValue

string

使用該資料之去過濾FieldName

 

Top of Page