diff options
author | godzilla80@gmx.net <> | 2009-11-08 08:05:18 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2009-11-08 08:05:18 +0000 |
commit | 38a149c8079964b09b1a259a311a6afddec4f046 (patch) | |
tree | c17f31c2a6afdcdd8ff255d50e4bbf54e303e564 /HISTORY | |
parent | 58498f0d70d8396ef0dc1c9e8bc4f28151771bee (diff) |
Always render clientside counterparts of validation control even if not enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christop BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe) BUG: Typo in TBoundColumn (Robin) ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves) +ENH: Always render clientside counterparts of validation control even if not enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback. (Yves) Version 3.1.6 July 22, 2009 BUG: Issue#98 - Missing file in quickstart demo (Chrisotphe) |