Krypton OutlookGrid

Group, sort and watch !

Custom open-source datagridview with multi-grouping and multi-sorting capabilities for C# Winforms.

  • Added New feature
  • Changed Changed feature
  • In progress In progress, not yet activated
  • Removed Removed feature
  • Critical Critical bug fix
  • Fix Bug fix

Versions

Added

  • Added grouping image for image column (with a specific grouping class)

Fix

  • Fixed bug in multi-column sorting with a specific IComparer object.

Added

  • Added Allow conditional formatting for all rows in tree grid mode

Fix

  • Fixed custom rule form in french language
  • Updated and bug fixes in Sandbox

Removed

  • Removed try catch, it is up to the parent application to handle grid crashes : allows more flexibility for developers

Added

  • Added improvements to Conditional Formatting : ThreeColors, performance improvements, full context menu, new icons, custom values form, persistence, contrast color and bug fixes !
  • Added allowing to group the grid with null values !
  • Added Rating cells now allows number up to 10
  • Added Timespan object for comparison (groups,...)
  • Added Token object for comparison (groups,...)

Fix

  • DPI aware improvements
  • Fixed a crash when opening the context menu header on a non grouping column
  • Fixed a bug where auto resize height row was not working for group rows
  • Refactoring and commenting code

Removed

  • Removed try catch, it is up to the parent application to handle grid crashes : allows more flexibility for developers

Added

  • Added Conditionnal Formatting: Bar, TwoColors (BETA)

Fix

  • Bug fixes for token column
  • Token column list or unique
  • Fixed dragging columns to change display order now correctly works

Added

  • Added Tree Grid mode
  • Added TreeTextColumn
  • Added Token Column

Added

  • Added autohide column when grouped option
  • Added ability to sort groups by count value
  • Added function to expand/collapse only one group
  • Added date interval for DateTime GridGroup
  • Added month, quarter and day support for the OutlookGridDateTimeGroup
  • Added the group order is now taken into account when grouping a column by dragging it inside the groupBox
  • Added group sort order changed when dragging columns in the groupBox
  • Added column chooser in the integrated context menu (visible)
  • Added unlimted multi-column sorting by code or by clicking on column header with mouse left + holding shift key. Ungroup is done with holding Ctrl key unsort by using Ctrl key
  • Added persistence configuration (save / restore -sort of)
  • Added Group Image Click event
  • Added custom (x elements) text for group row
  • Added CustomComparer for sorting

Removed

  • Removed OutlookGridYearGroup as it is now included in OutlookGridDateTimeGroup

Fix

  • Fixed severe bug when intial group order was not taken into account
  • Fixed bug where unsused/wrong loops were done when sorting groups
  • Fixed issue #1471 "Adding TextImage column throws an null reference exceptions"
  • Various bug fixes

Critical

Fix

  • Fixed Collapsing the first group row makes it no longer visible due to scrolling

Added

  • Initial release