附錄\A.元件屬性.\RWDRefval

開窗選單元件。

屬性

名稱

類型

說明

ColumnMatches

collection

用於設定自動匹配欄位

名稱

類型

說明

SourceFieldName

string

源帶出資料欄位

TargetFieldName

string

目的帶入資料欄位

SourceMethod

string

源帶出資料內容的方法

Columns

collection

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

DialogWidth

int

顯示GridDialog的寬度

OnSelect

string

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

PageSize

string

預設分頁筆數

PanelTitle

string

顯示GridDialog的標題

QueryColumns

string

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

QueryMode

string

查詢模式:none/fuzzy(模糊查詢)

ReadOnly

bool

欄位是否為唯讀

RemoteName

string

元件連接的資料源

TextField

string

顯示資料欄位

TextTitle

string

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

ValueField

string

保存資料值欄位

ValueTitle

string

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

WhereItems

collection

過濾條件

名稱

類型

説明

Field

string

欄位名稱

Operator

string

運算子

RemoteMethod

string

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

過濾方式,三種方式擇一使用。

(1)WhereField:過濾方式依據表單中的欄位值。

(2)WhereMethod:過濾方式依據Function(JS/CS)

(3)WhereValue:過濾方式依據固定值

 

Top of Page