Skip to content

Files

Latest commit

 

History

History

Binding SQL database using EF and CustomAdaptor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Blazor Grid SQL Server connectivity using Entity Framework and CustomAdaptor

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.

Steps to run the sample

  1. Download or unzip the project and run the project in Visual Studio 2022

  2. Open ServerExplorer tab in Visual Studio.

  3. Add NORTHWND.MDF database located in the App_Data folder Grid_EntityFramework project into the application.

  4. Replace connected database's connectionstring in OrderData.cs file.

  5. Run the application