Skip to content

Version 2.1

Compare
Choose a tag to compare
@snakefoot snakefoot released this 17 Aug 21:15
· 116 commits to master since this release
  • Fixed bug introduced in 2.0, where grouping of items no longer worked on WinXP.
  • Improved performance when sorting item groups, especially on Vista/Win7+.
  • Added new column trait CGridColumnTraitHyperLink, that can display cell text as weblinks. Updated demo application to display the new column type.
  • Added new column trait CGridColumnTraitMultilineEdit, that can edit cell text that contains newlines (still displayed as a single line in the grid).
  • Fixed several small bugs