MeshWeaver.Blazor.AgGrid
2.0.3
See the version list below for details.
dotnet add package MeshWeaver.Blazor.AgGrid --version 2.0.3
NuGet\Install-Package MeshWeaver.Blazor.AgGrid -Version 2.0.3
<PackageReference Include="MeshWeaver.Blazor.AgGrid" Version="2.0.3" />
<PackageVersion Include="MeshWeaver.Blazor.AgGrid" Version="2.0.3" />
<PackageReference Include="MeshWeaver.Blazor.AgGrid" />
paket add MeshWeaver.Blazor.AgGrid --version 2.0.3
#r "nuget: MeshWeaver.Blazor.AgGrid, 2.0.3"
#addin nuget:?package=MeshWeaver.Blazor.AgGrid&version=2.0.3
#tool nuget:?package=MeshWeaver.Blazor.AgGrid&version=2.0.3
MeshWeaver.Blazor.AgGrid
Overview
MeshWeaver.Blazor.AgGrid provides Blazor UI components and services for AgGrid functionality within the MeshWeaver ecosystem. This library offers specialized UI rendering and interactions for Blazor applications.
The components in this library implement the GridControl
class from the MeshWeaver.GridModel project using AG Grid technology, providing rich data grid visualization capabilities with the standard MeshWeaver UI behavior and styling.
Features
- Blazor implementation of the
GridControl
class using AG Grid - Advanced data grid functionality with sorting, filtering, and pagination
Usage
// In your Program.cs or Startup.cs
builder
.AddAgGrid();
Components
- Specialized UI elements for AgGrid
- Interactive data visualization
- User input controls
- Layout components
Installation
The MeshWeaver.Blazor.AgGrid package can be added to your project using the AddAgGrid()
extension method when configuring your application:
// In Program.cs
using MeshWeaver.Portal.Shared.Web;
var builder = WebApplication.CreateBuilder(args);
// Configure MeshWeaver portal services
builder.ConfigureWebPortalServices();
builder.ConfigureWebPortal()
.AddAgGrid();
var app = builder.Build();
app.StartPortalApplication();
Integration with MeshWeaver
- Seamless integration with MeshWeaver.Layout
- Implementation of the GridControl model from MeshWeaver.GridModel
- Data binding with MeshWeaver.Data sources
- Event handling with MeshWeaver messaging
Related Projects
- MeshWeaver.Blazor - Core Blazor components
- MeshWeaver.Layout - Layout system integration
- MeshWeaver.GridModel - Grid model definitions
See Also
Refer to the main MeshWeaver documentation for more information about the overall project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- MeshWeaver.Blazor (>= 2.0.3)
- MeshWeaver.GridModel (>= 2.0.3)
- Microsoft.AspNetCore.Components.Web (>= 9.0.3)
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.1.0 | 152 | 22 days ago |
2.0.3 | 479 | a month ago |
2.0.2 | 452 | a month ago |
2.0.1 | 102 | a month ago |
2.0.0 | 137 | a month ago |
2.0.0-preview3 | 89 | 2 months ago |
2.0.0-Preview2 | 91 | 3 months ago |
2.0.0-preview1 | 83 | 4 months ago |
1.0.1 | 115 | 7 months ago |
1.0.0 | 105 | 7 months ago |