FilterDataGrid 1.2.9

dotnet add package FilterDataGrid --version 1.2.9
                    
NuGet\Install-Package FilterDataGrid -Version 1.2.9
                    
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.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FilterDataGrid" Version="1.2.9" />
                    
Directory.Packages.props
<PackageReference Include="FilterDataGrid" />
                    
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 FilterDataGrid --version 1.2.9
                    
#r "nuget: FilterDataGrid, 1.2.9"
                    
#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=FilterDataGrid&version=1.2.9
                    
Install FilterDataGrid as a Cake Addin
#tool nuget:?package=FilterDataGrid&version=1.2.9
                    
Install FilterDataGrid as a Cake Tool

WPF Filterable DataGrid, multi language

GitHub release (latest by date) MIT license Net Version

datagrid image demo

A DataGrid control that inherits from the base DataGrid control class and override some methods to implement filters
for each column like Excel, in automatic or custom generation.

Translation of labels and formatting of dates in the following languages :
Czech, Chinese(traditional and simplified), Dutch, English, French, German, Hebrew, Hungarian, Italian, Japanese, Polish, Portuguese, Russian, Spanish, Turkish, Ukrainian.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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.  net6.0-windows7.0 is compatible.  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.  net7.0-windows7.0 is compatible.  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.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net48 is compatible.  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.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.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.9 976 1/17/2025
1.2.8 3,913 3/10/2024
1.2.7 3,693 5/22/2023
1.2.6 6,245 6/15/2022
1.2.5 4,924 12/5/2021
1.2.3 5,248 4/11/2021
1.2.2 969 3/22/2021
1.2.1 884 3/21/2021
1.2.0 1,085 3/1/2021
1.1.2 995 2/11/2021
1.1.1 950 2/9/2021
1.1.0 1,021 2/8/2021

Fix "Object reference not set to an instance" exceptions on ItemSourceChanged event.
     Fix filtering issue if DataContext was assigned before initialization by @oleluo
     Ability to rotate the header. Use Header's Content instead of converting it to String by @ValerCheck
     Added Czech language, translation by @hanyscz
     Added Portuguese language, translation by @eduardoghi
     Added Ukrainian language, translation by @oleluo