MeshWeaver.Blazor.AgGrid 2.0.3

There is a newer version of this package available.
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
                    
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="MeshWeaver.Blazor.AgGrid" Version="2.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Blazor.AgGrid" Version="2.0.3" />
                    
Directory.Packages.props
<PackageReference Include="MeshWeaver.Blazor.AgGrid" />
                    
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 MeshWeaver.Blazor.AgGrid --version 2.0.3
                    
#r "nuget: MeshWeaver.Blazor.AgGrid, 2.0.3"
                    
#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=MeshWeaver.Blazor.AgGrid&version=2.0.3
                    
Install MeshWeaver.Blazor.AgGrid as a Cake Addin
#tool nuget:?package=MeshWeaver.Blazor.AgGrid&version=2.0.3
                    
Install MeshWeaver.Blazor.AgGrid as a Cake Tool

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

See Also

Refer to the main MeshWeaver documentation for more information about the overall project.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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