diff options
author | xue <> | 2006-06-28 01:36:35 +0000 |
---|---|---|
committer | xue <> | 2006-06-28 01:36:35 +0000 |
commit | 98ffb7a2cb6144de626093bdf5009444661f957c (patch) | |
tree | 9ac4a08f547dc21312e3bd8f70cdf8be017bc3d1 /HISTORY | |
parent | ae57f5fb591ecc01c9cb007c4517efa5c4ff9e72 (diff) |
Fixed #256, #257.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ ENH: Ticket#206 - Added OnValidate, OnError, OnSuccess events to validators (Qia ENH: Ticket#230 - Added TDataList.EmptyTemplate property (Qiang)
ENH: Ticket#231 - Added TButton.ButtonType property to allow reset button (Qiang)
ENH: Ticket#232 - Allow <%# %> and <%= %> embedded within property values (Qiang)
+ENH: Ticket#256 - Datagrid columns can now be accessed via IDs (Qiang)
+ENH: Ticket#257 - OnSelectedIndexChanged event of TDataList and TDataGrid now passes the original command parameter (Qiang)
ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
ENH: Added TPageService.BasePageClass property (Qiang)
ENH: Added TDataGrid.EmptyTemplate property (Qiang)
|