Krypton OutlookGrid

Grouper, trier et admirer !

Version personnalisée de la DataGridView du .NET Winforms (C#) avec des capacités de regroupement et tri multiples.

Lecteurs Français

Malheureusement cette page n'est pas disponible entièrement en français.

  • Ajouté Nouvelle fonctionnalité
  • Modifié Fonctionnalité modifiée
  • En cours En cours d'implémentation, pas encore activé
  • Supprimé Fonctionnalité supprimée
  • Critique Correction de bug critique
  • Correctif Correction de bug

Versions

Ajouté

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

Correctif

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

Ajouté

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

Correctif

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

Supprimé

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

Ajouté

  • 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,...)

Correctif

  • 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

Supprimé

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

Ajouté

  • Added Conditionnal Formatting: Bar, TwoColors (BETA)

Correctif

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

Ajouté

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

Ajouté

  • 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

Supprimé

  • Removed OutlookGridYearGroup as it is now included in OutlookGridDateTimeGroup

Correctif

  • 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

Critique

Correctif

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

Ajouté

  • Initial release