DataGridFilterLibrary 2.2.8152.20001

dotnet add package DataGridFilterLibrary --version 2.2.8152.20001
NuGet\Install-Package DataGridFilterLibrary -Version 2.2.8152.20001
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="DataGridFilterLibrary" Version="2.2.8152.20001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataGridFilterLibrary --version 2.2.8152.20001
#r "nuget: DataGridFilterLibrary, 2.2.8152.20001"
#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.
// Install DataGridFilterLibrary as a Cake Addin
#addin nuget:?package=DataGridFilterLibrary&version=2.2.8152.20001

// Install DataGridFilterLibrary as a Cake Tool
#tool nuget:?package=DataGridFilterLibrary&version=2.2.8152.20001

Component that enables automated content filtering for the DataGrid (WPF Toolkit DataGrid or System.Windows.Controls.DataGrid).

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.8152.20001 1,001 4/27/2022
2.2.8152.15864 373 4/27/2022
2.1.8144.18370 405 4/19/2022
1.7.8137.18113 422 4/12/2022
1.7.8137.13957 389 4/12/2022
1.6.8112.12699 387 3/18/2022
1.5.8106.19157 370 3/12/2022
1.4.8085.24668 400 2/19/2022
1.3.7951.20506 398 10/8/2021
1.2.7943.17042 329 9/30/2021
1.0.0.1 423 5/4/2021
1.0.0 693 5/3/2021

Add support for matching header height when header texts have a different number of lines.
It is necessary to add the following method to the "Loaded" event of the DataGrid (if the columns are loaded from the designer) or at the moment when all the data is loaded:
DataGridFilterLibrary.DataGridHelper.MatchHeadersHeight(datagrid,validateExistHeaders);
Whose parameters are:
"datagrid" the element to apply it to.
"validateExistHeaders" if true will throw an exception if it doesn't find any columns to apply the height to. If it is "false" (default) it will not perform any action.