DataGridExtensions 1.0.13
See the version list below for details.
dotnet add package DataGridExtensions --version 1.0.13
NuGet\Install-Package DataGridExtensions -Version 1.0.13
<PackageReference Include="DataGridExtensions" Version="1.0.13" />
<PackageVersion Include="DataGridExtensions" Version="1.0.13" />
<PackageReference Include="DataGridExtensions" />
paket add DataGridExtensions --version 1.0.13
#r "nuget: DataGridExtensions, 1.0.13"
#:package DataGridExtensions@1.0.13
#addin nuget:?package=DataGridExtensions&version=1.0.13
#tool nuget:?package=DataGridExtensions&version=1.0.13
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40-client is compatible. |
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 |
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.