diff options
author | xue <> | 2006-08-27 14:45:57 +0000 |
---|---|---|
committer | xue <> | 2006-08-27 14:45:57 +0000 |
commit | 304427074ddf629fd2708b23a3fe0cd0122c05a8 (patch) | |
tree | 49e86b72451444cb632d38b82ab4e6399ff156ec /HISTORY | |
parent | 17f7daf67672f2d2252d9199451fe873d61c2c7a (diff) |
Cells in TDataGrid rows can now be accessed via the corresponding column IDs.
Input controls in some datagrid columns can now be accessed in a named fashion.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ BUG: Fixed a typo in TControl::setCustomData() (Qiang) ENH: Ticket#336 - Speed up TSqliteCache with LIMIT SQL clause (Qiang) ENH: TListControl.SelectedValues and SelectedIndices can now be set before databinding (Qiang) ENH: Upgrade Scriptaculous javascript library to 1.6.2 (Wei) +ENH: Cells in TDataGrid rows can now be accessed via the corresponding column IDs (Qiang) +ENH: Input controls in some datagrid columns can now be accessed in a named fashion (Qiang) CHG: Unify all client-side javascript event handler syntax. (Wei) CHG: Added more conditions in the requirement checker (Qiang) CHG: TControl::findControlsByType() now only returns objects of the specified type (Qiang) |