FilterDataGrid 1.2.6

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

// Install FilterDataGrid as a Cake Tool
#tool nuget:?package=FilterDataGrid&version=1.2.6

WPF Filterable DataGrid, multi language

GitHub release (latest by date)

datagrid image demo

A DataGrid control that implements filters for each column like Excel, automatically or custom generated.

Translation of labels and formatting of dates in the following languages:

Chinese, Dutch, English, French, German, Italian, Polish, Russian, Spanish

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.

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
1.2.8 754 3/10/2024
1.2.7 3,008 5/22/2023
1.2.6 5,403 6/15/2022
1.2.5 4,617 12/5/2021
1.2.3 4,501 4/11/2021
1.2.2 903 3/22/2021
1.2.1 805 3/21/2021
1.2.0 966 3/1/2021
1.1.2 920 2/11/2021
1.1.1 887 2/9/2021
1.1.0 922 2/8/2021

Added Polish and Spanish language.
Added DataGridCheckboxColumn column type.
Ability to "remove all filters" at once.
Refactoring and correction of logical errors.