Skip to content

amuste/BlGridExamples

Repository files navigation

Blgrid demos v.1.7.8

Live demos here

Nuget package here

This repository contains several examples to help you get started developing with BlGrid. The documentation is still in development.

You also will find helper classes that make easy integrate BlGrid server side operations with Entity Framework. QueryHelperClasses for EntityFramework

Demos are provided and tested for the following hosting models

  • Blazor WebAssembly
  • Blazor WebAssembly Hosted
  • Blazor Server

A demo project API is provided for real server side operations demo. SQL bacpac named BlGrid_20200815_0004.bacpac is provided to restore SQL Database.

For BlGrid to work you must add Overlays services and BlGrid services. use AddDnetOverlay and AddBlGrid for that. example here

A simple example is provided with the minimum possible configuration, you can find it here

Features

  • Client side filtering
  • Client side advanced filtering
  • Client side sorting
  • Client side grouping
  • Client side pagination
  • Server side filtering
  • Server side advanced filtering
  • Server side sorting
  • Server side pagination
  • Cell templates
  • Cell redimension
  • Row selection
  • Multi row selection
  • Checkbox column
  • Columns definition by code
  • Base on Flexbox CSS
  • Not Boostrap dependency
  • Not FontAwesome dependency
  • Pinned Columns ( New in 1.7.8)
  • Navigate to specific page in paginator (New in 1.7.8)
  • Auto Text Wraping (New in 1.7.8)
  • DateTime Filter (New in 1.7.8)
  • Base on CSS Grid (New in 1.7.8)

Upcomming Features

  • Row virtualization
  • Row and Column spanning

About

Detailed Examples working with BlGrid. Grid for Blazor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published