DataGridExtensions

Modular extensions for the WPF DataGrid control

MIT License

Stars
774
Committers
8

Bot releases are hidden (Show)

DataGridExtensions - 2.4.4

Published by tom-englert about 4 years ago

  • Fix #41: ApplyInitialSorting may cause exceptions
DataGridExtensions - 2.4.1

Published by tom-englert about 4 years ago

  • Fix #35: DataGridFilterColumn doesn't work for combobox column
DataGridExtensions - V 2.4

Published by tom-englert over 4 years ago

  • Fix #23: Column virtualization is not supported
DataGridExtensions - V 2.3

Published by tom-englert over 4 years ago

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

DataGridExtensions - V 2.2

Published by tom-englert over 4 years ago

  • #29: Support default for ComboBoxColumns.
DataGridExtensions - V 2.1.1

Published by tom-englert over 4 years ago

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

Published by tom-englert over 4 years ago

  • 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
DataGridExtensions - V 1.41

Published by tom-englert over 4 years ago

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

DataGridExtensions - V 1.40

Published by tom-englert over 4 years ago

Use embedded pdbs and license

DataGridExtensions - V 1.0.39

Published by tom-englert over 6 years ago

  • "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
DataGridExtensions - V 1.0.38

Published by tom-englert over 6 years ago

  • "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.
  • Provide an explicit .net45 version to fix issues with referenced packages (System.Windows.Interactivity).
DataGridExtensions - V 1.0.37

Published by tom-englert about 7 years ago

  • Include ExternalAnnotations for R#
DataGridExtensions - V 1.0.36

Published by tom-englert over 7 years ago

  • #2: Provide an additional "SelectableValues" property, that holds all values not excluded by any other filter except the current column.