設定Grid中顯示的具體欄位
屬性
|
名稱 |
類型 |
説明 |
|
FieldName |
string |
欄位名 |
|
Caption |
string |
標題 |
|
Alignment |
string |
對齊方式,left\right\center |
|
Width |
int |
顯示寬度 |
|
Editor |
string |
顯示元件類型 |
|
Format |
string |
顯示格式 |
|
FormatScript |
string |
單元格使用js方法調整顯示格式。該方法有三個參數: |
|
EditorOptions |
string |
根據Editor屬性設定值,進入到不同元件的屬性設定。請相應參考JQComboBox,JQComboGrid,JQRefVal等屬性説明 |
|
MaxLength |
int |
最大輸入寬度 |
|
ReadOnly |
bool |
true表示只讀欄位 |
|
Total |
string |
欄位計算方式。 |
|
Sortable |
bool |
True表示允許排序 |
|
ReadOnly |
bool |
true表示為只讀欄位 |
|
Visible |
bool |
true表示可見欄位 |