DataGridExtensions

Modular extensions for the WPF DataGrid control

MIT License

Stars
774
Committers
8

Bot releases are hidden (Show)

DataGridExtensions - 2.6.0 Latest Release

Published by tom-englert 10 months ago

  • Update dependencies
  • native net8.0 support.
DataGridExtensions -

Published by tom-englert over 2 years ago

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

Published by tom-englert about 3 years ago

  • Fix: MultipleChoiceFilter looses selection when control gets unloaded.
DataGridExtensions - 2.5.11

Published by tom-englert about 3 years ago

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

Published by tom-englert about 3 years ago

  • Fix: Filter symbol in MultipleChoiceContentFilter not always updated
DataGridExtensions - 2.5.9

Published by tom-englert about 3 years ago

  • new feature "Track focused cell"
  • Pressing ESC key in the filter control returns the focus back to the DataGrid
  • UX improvements for keyboard navigation
  • MultipleChoiceFilter supports also text search (composite mode)
DataGridExtensions - 2.5.8

Published by tom-englert about 3 years ago

  • Fix #69: MultipleChoiceFilter introduces reflection-only dependency to TomsToolbox.Wpf
DataGridExtensions - 2.5.7

Published by tom-englert about 3 years ago

  • Performance improvement for MultipleChoiceFilter
DataGridExtensions - 2.5.6

Published by tom-englert about 3 years ago

  • Fix #68: Filter gets lost if using column virtualization and filtered column gets out of view.
  • Fix #67: Filtering multiple columns, previous filters will fail
DataGridExtensions - 2.5.5

Published by tom-englert about 3 years ago

  • Fix #66: DGX Should not list TomsToolbox as a dependency
DataGridExtensions - 2.5.4

Published by tom-englert over 3 years ago

  • Fix #65: Calling DataGrid.GetFilter() from code turns filter controls visible, even though IsAutoFilterEnabled is false.
DataGridExtensions - 2.5.3

Published by tom-englert over 3 years ago

  • Fix #62: MultipleChoiceFilter: listbox items not selected
DataGridExtensions - 2.5.2

Published by tom-englert over 3 years ago

  • Fix #58: provide net5.0-windows target in package
DataGridExtensions - 2.5.1

Published by tom-englert over 3 years ago

  • #52: Performance: Optimize DataGridFilterColumn.GetCellContentData for simple properties
DataGridExtensions - 2.5.0

Published by tom-englert over 3 years ago

  • #44: Add default implementation for a multiple choice filter.
DataGridExtensions - 2.4.7

Published by tom-englert over 3 years ago

  • Package is now digitally signed
DataGridExtensions - 2.4.6

Published by tom-englert over 3 years ago

  • Fix #43: After enabling filtering HeaderStringFormats are being ignored
DataGridExtensions - 2.4.5

Published by tom-englert over 3 years ago

  • Fix #42: ApplyInitialSorting does not consider grouping
DataGridExtensions - 2.4.2

Published by tom-englert about 4 years ago

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

Published by tom-englert about 4 years ago

  • Fix #40: defer scroll-into-view, to ensure it's working always