diff options
author | xue <> | 2006-09-30 13:10:16 +0000 |
---|---|---|
committer | xue <> | 2006-09-30 13:10:16 +0000 |
commit | dba2ca98d81aa4b205ac6b3a113ad4627f60c647 (patch) | |
tree | 7c8d764ecf5ed5aa75752f9ced82acb85677c961 /UPGRADE | |
parent | 7eafd95bfa21c9c8603e9c437a9d96dc880d92e7 (diff) |
Fixed #394.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,7 +17,9 @@ Upgrading from v3.0.4 ---------------------
- TFileUpload::saveAs() will return false instead of raising an exception
if it encounters any error.
-
+- TDropDownListColumn.DataField is renamed to DataTextField and
+ DataFormatString is renamed to DataTextFormatString.
+ A new property named DataValueField is added.
Upgrading from v3.0.3
---------------------
|