blazor-data-grid
There are 10 repositories under blazor-data-grid topic.
SyncfusionExamples/Blazor-DataGrid-WebAPIAdaptor-CRUD-SortFilter
In this demo, grid is bound with a remote data using WebApiAdaptorand CRUD operations, sorting and filtering are handled at server side.
SyncfusionExamples/blazor-server-datagrid-efcore-crud
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.
SyncfusionExamples/Custom-Binding-in-Blazor-DataGrid-Component
Custom data binding allows you to perform manual operations on the data. It can be utilized for implementing custom data binding and editing operations.
SyncfusionExamples/Auto-Generate-Columns-in-Blazor-DataGrid
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.
SyncfusionExamples/binding-expando-and-dynamic-objects-to-a-blazor-data-grid
A quick start Blazor WebAssembly app that helps you to bind the Expando and Dynamic Objects to a Blazor Data Grid.
SyncfusionExamples/Blazor-DataGrid-Sorting
This repository provides a simple example of how to implement sorting functionality in a Blazor DataGrid component.
SyncfusionExamples/customize-the-edit-dialog-using-templates-in-blazor-data-grid
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.
SyncfusionExamples/different-editing-modes-and-cell-edit-types-in-blazor-datagrid
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.
SyncfusionExamples/hierarchy-in-blazor-dataGrid-component
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.
SyncfusionExamples/row-and-cell-customization-in-blazor-data-grid
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.