A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a SQL Server using Entity Framework and CustomAdaptor feature of the Grid.
-
Download or unzip the project and run the project in Visual Studio 2022
-
Open ServerExplorer tab in Visual Studio.
-
Add NORTHWND.MDF database located in the App_Data folder Grid_EntityFramework project into the application.
-
Replace connected database's connectionstring in OrderData.cs file.
-
Run the application