In this demo, grid is bound with a remote data using WebApiAdaptorand CRUD operations, sorting and filtering are handled at server side.
-
Updated
Mar 15, 2024 - C#
In this demo, grid is bound with a remote data using WebApiAdaptorand CRUD operations, sorting and filtering are handled at server side.
This sample was created to depict DataGrid CRUD operation in SQL server database using Entity Framework core and Web API in a Blazor WebAssembly application.
A quick-start project that helps you to enable editing options and modes in the Blazor Data Grid, and its different cell edit types. This project contains simple code customizations to add a custom editor component in the Data Grid.
A quick-start project that helps you to display Data Grid in hierarchical structure which can be shown or hidden by clicking the expand or collapse button.
Custom data binding allows you to perform manual operations on the data. It can be utilized for implementing custom data binding and editing operations.
A quick-start project that helps you to customize the rows and cells of the Blazor Data Grid control. This project also contains simple code to wrap column data, apply clip modes and grid lines.
This repository provides a simple example of how to implement sorting functionality in a Blazor DataGrid component.
To auto-generate columns in a Blazor DataGrid component, you can bind the DataGrid to a collection of objects and let it automatically create columns for each property in the object.
The repository provides a simple code customizations to add custom components like Numeric TextBox, AutoComplete, DatePicker, Dropdown List, and TextBox to the edit dialog using a template.
A quick start Blazor WebAssembly app that helps you to bind the Expando and Dynamic Objects to a Blazor Data Grid.
Add a description, image, and links to the blazor-data-grid topic page so that developers can more easily learn about it.
To associate your repository with the blazor-data-grid topic, visit your repo's landing page and select "manage topics."