In this demo, grid is bound with data using CustomAdaptor Dependency Injection with CRUD operations, sorting and filtering.
This sample explains about how to bind Blazor DataGrid data using CustomAdaptor Dependency Injection with CRUD operations, sorting and filtering.
NOTE: Ensure to modify the path of NORTHWIND.MDF in OrderContext.cs based on your local path, before running the sample.