diff options
author | xue <> | 2006-07-12 17:05:43 +0000 |
---|---|---|
committer | xue <> | 2006-07-12 17:05:43 +0000 |
commit | fcc4b6ed2ed082ed83611b7d65f4881a62a580e6 (patch) | |
tree | 13ed83a0bfe59a940db2fcb6956a5319703d03df /HISTORY | |
parent | c0aeb59489d638d43eb19ff044ea12c54c998b6a (diff) |
Fixed TCheckBox.Value bug.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Version 3.0.3 August 6, 2006 BUG: Ticket#264 - Typos in some exception throw statements (Knut) BUG: Ticket#268 - THttpResponse.redirect() may fail for some browsers (Qiang) BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang) +BUG: TCheckBox.Value should be converted to string (Qiang) ENH: Ticket#220 - TClientScripts method to import custom javascript files (Wei) ENH: Ticket#225 - TRadioButton::getRadioButtonsInGroup() added (Wei) ENH: Ticket#223 - Use TRequiredFieldValidator for TRadioButtons with GroupName property (Wei) |