@@ -16,15 +16,19 @@ Telerik Grid works nicely with Entity Framework, you can use `.ToDataSourceResul
16
16
1 . Open the project, right click on the ` TelerikBlazorGrid.SqlDB.sqlproj ` file and then ` Import ` -> ` Script(*.sql) `
17
17
2 . Click ** Next** on the window that popped
18
18
3 . After that, choose ** Multiple files** and click ** Browse...**
19
- ![ third step screenshot] ( images/third-step.png )
19
+
20
+ ![ third step screenshot] ( images/third-step.png )
20
21
4 . Select the ** Scripts** folder in the project and click ** Finish**
21
- ![ fourth step screenshot] ( images/fourth-step.png )
22
+
23
+ ![ fourth step screenshot] ( images/fourth-step.png )
22
24
5 . Right click again on the ` TelerikBlazorGrid.SqlDB.sqlproj ` file and then ` Publish... `
23
25
6 . Click ** Edit** in the popped window
24
26
7 . Type ** Server Name** and ** User Name** from your SQL Server
25
- ![ seventh step screenshot] ( images/seventh-step.png )
27
+
28
+ ![ seventh step screenshot] ( images/seventh-step.png )
26
29
8 . Copy the generated connection string and close the window
27
- ![ eighth step screenshot] ( images/eighth-step.png )
30
+
31
+ ![ eighth step screenshot] ( images/eighth-step.png )
28
32
9 . Paste the connection string in the ` appsettings.Development.json ` file and you are ready to go
29
33
30
34
## The Magic
@@ -37,4 +41,4 @@ This picture shows the end result. A table with full sort, filter and paging fun
37
41
![ dapper grid] ( images/dapper-grid.png )
38
42
39
43
## Disclaimer
40
- Integration with Dapper is not subject to technical support by Progress.
44
+ Integration with Dapper is not subject to technical support by Progress.
0 commit comments