Data Grid Extensions Changelog

What's new in Data Grid Extensions 2.6.0

Dec 22, 2023
  • Update dependencies; native net8.0 support.

New in Data Grid Extensions 2.5.15 (Aug 16, 2023)

  • Fix memory leak in ApplyInitialSortingBehavior

New in Data Grid Extensions 2.5.14 (Aug 15, 2023)

  • Fix #81: GetFilter().Clear doesn't clear the Listbox of the MultiplechoiceFilters

New in Data Grid Extensions 2.5.13 (Aug 15, 2023)

  • Fix #75: Exception in MultipleChoiceFilter.ListBox_ItemsCollectionChanged

New in Data Grid Extensions 2.5.12 (Aug 15, 2023)

  • Fix: MultipleChoiceFilter looses selection when control gets unloaded.

New in Data Grid Extensions 2.5.11 (Aug 15, 2023)

  • Fix MultipleChoiceFilter: concurrent filter may lock out each other
  • Fix MultipleChoiceFilter: Active filter marker is visible when grid is empty

New in Data Grid Extensions 2.5.10 (Aug 15, 2023)

  • Fix: Filter symbol in MultipleChoiceContentFilter not always updated

New in Data Grid Extensions 1.0.39.0 (Sep 13, 2019)

  • "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

New in Data Grid Extensions 1.0.37.0 (Oct 31, 2017)

  • Include ExternalAnnotations for R#

New in Data Grid Extensions 1.0.35.0 (Apr 21, 2017)

  • Source values must treat null values as empty values to make multiple choice filters work in all cases

New in Data Grid Extensions 1.0.15.0 (Sep 1, 2014)

  • DataGrid.Items.Filter must not be touched when filtering is disabled.
  • Add a SourceValues property to DataGridFilterColumnsControl to support specialized filters with extended selection capabilities.

New in Data Grid Extensions 1.0.14.0 (Sep 1, 2014)

  • Add the GroupStyleBinding helper class.

New in Data Grid Extensions 1.0.13.0 (Sep 1, 2014)

  • Simplify access to filter by code.

New in Data Grid Extensions 1.0.12.0 (Apr 25, 2014)

  • Fix WI1245: Loss of filter text when loading data

New in Data Grid Extensions 1.0.11.0 (Sep 18, 2013)

  • Fix WI1109: InvalidOperation Exception: "'Filter' is not allowed during an AddNew or EditItem transaction."

New in Data Grid Extensions 1.0.10.0 (Aug 6, 2013)

  • Make the filter symbol more flexible and extend the samples

New in Data Grid Extensions 1.0.9.0 (Jul 16, 2013)

  • WI1051: Make the filter evaluation throttle delay configurable

New in Data Grid Extensions 1.0.8.0 (Jul 16, 2013)

  • WI1039: Custom default column header style is ignored

New in Data Grid Extensions 1.0.7.0 (Jul 16, 2013)

  • New feature: Apply initial sorting

New in Data Grid Extensions 1.0.6.0 (Jul 16, 2013)

  • WI989: Filtering is broken after unload/load of the data grid

New in Data Grid Extensions 1.0.5.0 (Jul 16, 2013)

  • WI978: It should be possible to enable and disable filters at run time.

New in Data Grid Extensions 1.0.4.0 (Jul 16, 2013)

  • Fix WI964: Possible null reference exception in DataGridFilterColumnControl

New in Data Grid Extensions 1.0.3.0 (Jul 16, 2013)

  • Fix: binaries were built from outdated source.

New in Data Grid Extensions 1.0.2.0 (Jul 16, 2013)

  • Fix WI896: IContentFilter.IsMatch should be called even if cell content is null
  • Add some plublic accessors so it's possible to manipulate filters