Skip to content

Releases: dotnet/DataGridExtensions

2.4.2

04 Sep 14:50

Choose a tag to compare

  • Fix #40: When relaxing filter criteria, the selected item should stay in view

2.4.1

31 Jul 15:19

Choose a tag to compare

  • Fix #35: DataGridFilterColumn doesn't work for combobox column

V 2.4

28 Jun 15:26

Choose a tag to compare

  • Fix #23: Column virtualization is not supported

V 2.3

07 Mar 17:04

Choose a tag to compare

Fix #32: SelectAll() is not available when SelectionUnit="Cell"

V 2.2

07 Mar 17:03

Choose a tag to compare

  • #29: Support default for ComboBoxColumns.

V 2.1.1

07 Mar 17:01

Choose a tag to compare

  • Fix #27: Change notification for SourceValues when collection of item changes.
  • Update Microsoft.Xaml.Behaviors.Wpf

V 2.0.1

07 Mar 16:59

Choose a tag to compare

  • Fix #25: Missing resources in netcoreapp3.0 target
  • Migrate System.Windows.Interactivity to Microsoft.Xaml.Behaviors
  • Drop support for .Net < 4.5, add support for Net Core 3.0

V 1.41

07 Mar 16:58

Choose a tag to compare

Fix #16: exception clicking select all on a single select grid

V 1.40

07 Mar 16:57

Choose a tag to compare

Use embedded pdbs and license

V 1.0.39

10 May 10:00

Choose a tag to compare

  • "SelectAll" button clears all filters if the data grid does not display any rows, because column headers can't be scrolled horizontally in this case. Now also works if column header style of dg was set already explicit