File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 44// Author: Rolf Kristensen
55// Source: http://www.codeproject.com/KB/list/CGridListCtrlEx.aspx
66// License: Free to use for all (New BSD License)
7- // Version: 2.0
7+ // Version: 2.1
88//
99// Change History:
10+ // 2.1 - Fixed bug introduced in 2.0, where grouping of items no longer worked on WinXP.
11+ // Improved performance when sorting item groups, especially on Vista/Win7+.
12+ // Added new column trait CGridColumnTraitHyperLink, that can display cell text as weblinks.
13+ // Added new column trait CGridColumnTraitMultilineEdit, that can edit cell text that contains newlines
14+ // Fixed several small bugs
1015// 2.0 - Added copy/paste support for CDateTimeCtrl editor (DTS_APPCANPARSE)
1116// When having grouped by column, then column header click now sorts instead of grouping by column.
1217// Changed the row sorting to be case insensitive by default
You can’t perform that action at this time.
0 commit comments