diff options
author | xue <> | 2006-06-13 02:21:37 +0000 |
---|---|---|
committer | xue <> | 2006-06-13 02:21:37 +0000 |
commit | df05d222194535b6039975a1877bc61455d1abee (patch) | |
tree | 9b32dd2a052906d486fe3db5fd8c68a5359a55a7 /HISTORY | |
parent | 0fbba632e80e8a2d0327fea6c5ef86972494a8eb (diff) |
TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ BUG: Ticket#191 - Duplicated postbacks occur when using TButton with validators BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang)
CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
+ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
Version 3.0.1 June 4, 2006
==========================
|