SyncfusionExamples / Blazor-DataGrid-CustomAdaptor-CRUD-SortFilter

In this demo, grid is bound with data using CustomAdaptor extended from DataAdaptor with CRUD operations, sorting and filtering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor DataGrid - CustomAdaptor with CRUD Operations

This example shows that how to bind local data and perform CRUD operations at server by using CustomAdaptor.

The DataGrid is bound with data using CustomAdaptor. For CustomAdaptor we have extended methods like (Read, Insert, Update and Remove) from DataAdaptor to perform CRUD operations along with Data operations like sorting and filtering, paging etc.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

About

In this demo, grid is bound with data using CustomAdaptor extended from DataAdaptor with CRUD operations, sorting and filtering.


Languages

Language:HTML 59.6%Language:CSS 27.3%Language:C# 13.1%