Menu

Post image 1
Post image 2
1 / 2
0

Just released a new version of AutoFilterWpfDataGrid

DEV Community·Marko Männik·25 days ago
#gtN0bHS4
Reading 0:00
15s threshold
Cover image for Just released a new version of AutoFilterWpfDataGrid

Marko Männik

v 1.0.5

Improved DateTime column filtering for better convenience. Arrow keys (Up/Down/Left/Right) now move between the filter text boxes. Removing the date now applies the filter immediately (no need to lose focus).

Where to find it
GitHub: https://github.com/MarkoMannik/AutoFilterWpfDataGrid

NuGet: dotnet add package AutoFilterWpfDataGrid

coming soon: a button to remove filter quickly

See my previous post:
https://dev.to/markoee_mnc/i-built-automatic-filtering-for-wpf-datagrid-because-i-was-tired-of-doing-it-manually-43o

Read More