DataGridExtensions 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataGridExtensions --version 1.0.14
                    
NuGet\Install-Package DataGridExtensions -Version 1.0.14
                    
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.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataGridExtensions" Version="1.0.14" />
                    
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.14
                    
#r "nuget: DataGridExtensions, 1.0.14"
                    
#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.
#addin nuget:?package=DataGridExtensions&version=1.0.14
                    
Install DataGridExtensions as a Cake Addin
#tool nuget:?package=DataGridExtensions&version=1.0.14
                    
Install DataGridExtensions 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 (3)

Showing the top 3 NuGet packages that depend on DataGridExtensions:

Package Downloads
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.6.0 40,429 12/23/2023
2.5.15 22,046 6/16/2023
2.5.14 48,462 5/7/2022
2.5.13 14,955 12/3/2021
2.5.12 6,244 9/17/2021
2.5.11 906 8/28/2021
2.5.10 713 8/26/2021
2.5.9 495 8/25/2021
2.5.8 820 8/13/2021
2.5.7 1,025 8/7/2021
2.5.6 4,619 7/31/2021
2.5.5 3,417 6/20/2021
2.5.4 531 6/20/2021
2.5.3 791 6/7/2021
2.5.2 1,473 5/6/2021
2.5.1 2,860 3/7/2021
2.5.0 12,890 2/21/2021
2.4.7 6,098 11/15/2020
2.4.6 1,790 10/17/2020
2.4.5 1,168 9/8/2020
2.4.4 709 9/4/2020
2.4.3 733 8/29/2020
2.4.2 651 8/29/2020
2.4.1 1,218 7/31/2020
2.4.0 3,546 6/28/2020
2.3.0 6,912 3/7/2020
2.2.0 5,672 12/8/2019
2.1.1 22,546 10/30/2019
2.1.0 892 10/19/2019
2.0.1 967 9/26/2019
2.0.0 10,338 9/13/2019
1.0.41 29,054 2/4/2019
1.0.40 1,514 1/12/2019
1.0.39 5,785 5/10/2018
1.0.38 1,462 4/21/2018
1.0.37 3,648 9/14/2017
1.0.36 1,911 6/4/2017
1.0.35 3,321 12/18/2016
1.0.34 4,084 9/10/2016
1.0.33 1,771 7/6/2016
1.0.32 1,311 6/30/2016
1.0.31 1,756 4/3/2016
1.0.30 1,658 3/22/2016
1.0.29 1,295 3/18/2016
1.0.28 1,861 2/26/2016
1.0.27 1,452 1/23/2016
1.0.26 1,509 1/17/2016
1.0.25 2,187 6/19/2015
1.0.24 1,893 5/2/2015
1.0.23 1,573 5/1/2015
1.0.22 1,560 4/26/2015
1.0.21 1,510 3/22/2015
1.0.20 1,686 2/14/2015
1.0.19 1,868 11/22/2014
1.0.18 1,691 11/19/2014
1.0.17 1,843 11/8/2014
1.0.16 2,506 11/6/2014
1.0.15 2,274 8/30/2014
1.0.14 11,543 5/19/2014
1.0.13 1,816 5/9/2014
1.0.12 1,644 4/9/2014
1.0.11 1,972 9/7/2013
1.0.10 1,572 8/6/2013
1.0.9 1,712 7/14/2013
1.0.8 1,745 6/27/2013
1.0.7 1,623 5/13/2013
1.0.6 1,544 5/9/2013
1.0.5 1,534 5/4/2013
1.0.4 1,565 4/28/2013
1.0.3 1,670 3/23/2013
1.0.2 1,475 3/21/2013
1.0.1 2,887 3/6/2012

1.0.14.0
* Add the GroupStyleBinding helper class.
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.