diff options
author | xue <> | 2007-09-07 13:34:10 +0000 |
---|---|---|
committer | xue <> | 2007-09-07 13:34:10 +0000 |
commit | 95f302ce4fbf3d923b52131495a77ef41b37e8c5 (patch) | |
tree | faed08989759331b939180c9a06d42ae653e28dd /HISTORY | |
parent | ac19b0fd24b3da09e1d056a1591bcf38dd4d00d2 (diff) |
Added support of TDataGrid to allow grouping consecutive cells with the same content.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ BUG: Ticket#662 - Ensure TForm to properly encode the ampersand in action URL (Q BUG: Ticket#666 - TActiveRecord::deleteAll() method always requires a criteria or null parameter (Qiang) BUG: Ticket#670 - TDatePicker: Year Issue (Christophe) BUG: Ticket#689 - TRangeValidator: Problem in clientscript when MaxValue=<%= 0 %> (Qiang) +ENH: Ticket#370 - TDataGrid now supports grouping cells (Qiang) ENH: Ticket#577 - Added image button support for TPager (Qiang) ENH: Ticket#623 - TMemCache to support multiple servers (Carl) ENH: Ticket#664 - Added support to styling thead, tbody, tfoot of TDataGrid (Qiang) |