Skip to content

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

Notifications You must be signed in to change notification settings

SyncfusionExamples/Blazor-DataGrid-CustomAdaptor-CRUD-SortFilter

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published