ND.FW.GridComponent
0.0.13
See the version list below for details.
dotnet add package ND.FW.GridComponent --version 0.0.13
NuGet\Install-Package ND.FW.GridComponent -Version 0.0.13
<PackageReference Include="ND.FW.GridComponent" Version="0.0.13" />
<PackageVersion Include="ND.FW.GridComponent" Version="0.0.13" />
<PackageReference Include="ND.FW.GridComponent" />
paket add ND.FW.GridComponent --version 0.0.13
#r "nuget: ND.FW.GridComponent, 0.0.13"
#:package ND.FW.GridComponent@0.0.13
#addin nuget:?package=ND.FW.GridComponent&version=0.0.13
#tool nuget:?package=ND.FW.GridComponent&version=0.0.13
Enterprise-grade, extensible grid data component for .NET 8.0 applications.
Provides dynamic metadata-driven grid configuration, server-side pagination,
filtering and sorting support, multi-database compatibility, and structured
response models. Designed using Clean Architecture and Ports and Adapters
principles to enable scalable integration across Web APIs, microservices,
and modular enterprise systems.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- ND.FW.Observability.Ports (>= 0.0.2)
- ND.FW.RDBM (>= 0.0.14)
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 |
|---|---|---|
| 0.0.15 | 63 | 5/13/2026 |
| 0.0.14 | 101 | 5/5/2026 |
| 0.0.13 | 100 | 4/27/2026 |
| 0.0.12 | 102 | 4/7/2026 |
| 0.0.11 | 109 | 3/30/2026 |
| 0.0.10 | 104 | 3/26/2026 |
| 0.0.9 | 119 | 3/19/2026 |
| 0.0.8 | 117 | 2/25/2026 |
| 0.0.7 | 114 | 2/18/2026 |
| 0.0.6 | 106 | 2/17/2026 |
| 0.0.5 | 108 | 2/17/2026 |
| 0.0.4 | 102 | 2/16/2026 |
| 0.0.3 | 114 | 2/16/2026 |
| 0.0.2 | 108 | 2/16/2026 |
| 0.0.1 | 115 | 2/12/2026 |
Version 0.0.13
-Special Char Handling in Grid Filters: Implemented robust handling for special characters in grid filters to prevent query errors and ensure accurate filtering results.