DataGridExtensions 1.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataGridExtensions --version 1.0.13
                    
NuGet\Install-Package DataGridExtensions -Version 1.0.13
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DataGridExtensions" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataGridExtensions" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="DataGridExtensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DataGridExtensions --version 1.0.13
                    
#r "nuget: DataGridExtensions, 1.0.13"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DataGridExtensions@1.0.13
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DataGridExtensions&version=1.0.13
                    
Install as a Cake Addin
#tool nuget:?package=DataGridExtensions&version=1.0.13
                    
Install as a Cake Tool

This package contains useful extensions for the MS DataGrid (System.Windows.Controls.DataGrid).
The current version supports the following features:

Add filtering capabilities to the DataGrid.
Correctly apply initial sorting criteria.
- Easy to use
- Easy to customize
- Attaches to the existing DataGrid

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on DataGridExtensions:

Package Downloads
IRI.Maptor.Jab.Controls

Package Description

Hsm.Ui.Core

UI Core library for Ham Station Master

Frank.Wpf.Controls.DataTableGrid

Package Description

HamStationMaster.Core.Ui

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DataGridExtensions:

Repository Stars
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
dotnet/ResXResourceManager
Manage localization of all ResX-Based resources in one central place.
tom-englert/Wax
An interactive editor for WiX setup projects.
Version Downloads Last Updated
2.9.1 4,028 3/16/2026
2.9.0 132 3/16/2026
2.8.0 16,451 10/29/2025
2.7.0 5,767 8/22/2025
2.6.0 58,888 12/23/2023
2.5.15 25,320 6/16/2023
2.5.14 57,632 5/7/2022
2.5.13 15,923 12/3/2021
2.5.12 6,600 9/17/2021
2.5.11 1,170 8/28/2021
2.5.10 895 8/26/2021
2.5.9 698 8/25/2021
2.5.8 1,022 8/13/2021
2.5.7 1,236 8/7/2021
2.5.6 4,940 7/31/2021
2.5.5 3,737 6/20/2021
2.5.4 706 6/20/2021
2.5.3 1,007 6/7/2021
2.5.2 1,717 5/6/2021
1.0.13 2,289 5/9/2014
Loading failed

1.0.13.0
* Simplify access to filter by code
1.0.12.0
* Fix WI1245: Loss of filter text when loading data
1.0.11.0
* Fix WI1109: InvalidOperation Exception: "'Filter' is not allowed during an AddNew or EditItem transaction."
1.0.10.0
* Make the filter symbol more flexible and extend the samples.
1.0.9.0
* WI1051: Make the filter evaluation throttle delay configurable.
1.0.8.0
* WI1039: Custom default column header style is ignored.
1.0.7.0
* New feature: Apply initial sorting.
1.0.6.0
* WI989: Filtering is broken after unload/load of the data grid.
1.0.5.0
* WI978: It should be possible to enable and disable filters at run time.
1.0.4.0
* Fix WI964: Possible null reference exception in DataGridFilterColumnControl.
1.0.3.0
* Fix: binaries were built from outdated source.
1.0.2.0
* Fix WI896: IContentFilter.IsMatch should be called even if cell content is null.
* Add some plublic accessors so it's possible to manipulate filters by code.