FilterDataGrid 1.2.8
dotnet add package FilterDataGrid --version 1.2.8
NuGet\Install-Package FilterDataGrid -Version 1.2.8
<PackageReference Include="FilterDataGrid" Version="1.2.8" />
paket add FilterDataGrid --version 1.2.8
#r "nuget: FilterDataGrid, 1.2.8"
// Install FilterDataGrid as a Cake Addin #addin nuget:?package=FilterDataGrid&version=1.2.8 // Install FilterDataGrid as a Cake Tool #tool nuget:?package=FilterDataGrid&version=1.2.8
WPF Filterable DataGrid, multi language
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 :
Chinese(traditional and simplified), Dutch, English, French, German, Hebrew, Hungarian, Italian, Japanese, Polish, Russian, Spanish, Turkish.
Product | Versions 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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
net6.0-windows7.0
- No dependencies.
-
net7.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.
Support for nested objects by @RaceX58.
Support for persistent filters in collaboration with @ericvdberge.
Support indeterminate state for boolean values.
Support for excluding columns (AutoGenerateColumns).
Support for ComboBox columns in collaboration with @livep2000.
Added Hebrew language by @abaye123.
Fix null or empty value filtering.
Removing demo apps : DemoApp.NET.Framework / DemoApp.Net5.0, /DemoApp.Net6.0
Removing net.5.0 support.