Skip to content

Commit 73391db

Browse files
vignesh.natarajan@syncfusion.comvignesh.natarajan@syncfusion.com
authored andcommitted
added readme
1 parent 761f30b commit 73391db

File tree

3 files changed

+44
-0
lines changed
  • Binding MS SQL database using CustomAdaptor
  • Binding MS SQL database using UrlAdaptor

3 files changed

+44
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# blazor-grid-mssql-connectivity-using-custom-adaptor
2+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft Sql using CustomAdaptor feature of the Grid.
3+
4+
## Steps to run the sample
5+
6+
1. Download or unzip the project and run the project in Visual Studio 2022
7+
8+
2. Open ServerExplorer tab in Visual Studio.
9+
10+
3. Add NORTHWND.MDF database located in the App_Data folder Grid_MSSQL project into the application.
11+
12+
4. Replace connected database's connectionstring in OrderData.cs file.
13+
14+
5. Run the application
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# blazor-grid-mssql-connectivity-using-url-adaptor
2+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft Sql using UrlAdaptor feature.
3+
4+
## Steps to run the sample
5+
6+
1. Download or unzip the project
7+
8+
2. This project consist of two applications so open and run both MyWebService and GridWASM_MSSQL_UrlAdaptor projects in Visual Studio 2022
9+
10+
2. Open ServerExplorer tab in Visual Studio of MyWebService project.
11+
12+
3. Add NORTHWND.MDF database located in the App_Data folder of MyWebService project into the application.
13+
14+
4. Replace connected database's connectionstring in GridController.cs file in Controllers folder.
15+
16+
5. Run the application
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# blazor-grid-mssql-connectivity-using-url-adaptor
2+
A project that enables data binding and CRUD action handling in the Syncfusion Blazor DataGrid to a Microsoft Sql using UrlAdaptor feature.
3+
4+
## Steps to run the sample
5+
6+
1. Download or unzip the project and run the Grid_MSSQL.sln project in Visual Studio 2022
7+
8+
2. Open ServerExplorer tab in Visual Studio.
9+
10+
3. Add NORTHWND.MDF database located in the App_Data folder Grid_MSSQL project into the application.
11+
12+
4. Replace connected database's connectionstring in GridController.cs file in Controllers folder of Grid_MSSQL.
13+
14+
5. Run the application

0 commit comments

Comments
 (0)