Skip to content

Commit ae94aea

Browse files
authored
Move images to new lines (#134)
1 parent d2b0ae3 commit ae94aea

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

grid/dapper/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,19 @@ Telerik Grid works nicely with Entity Framework, you can use `.ToDataSourceResul
1616
1. Open the project, right click on the `TelerikBlazorGrid.SqlDB.sqlproj` file and then `Import` -> `Script(*.sql)`
1717
2. Click **Next** on the window that popped
1818
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)
2021
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)
2224
5. Right click again on the `TelerikBlazorGrid.SqlDB.sqlproj` file and then `Publish...`
2325
6. Click **Edit** in the popped window
2426
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)
2629
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)
2832
9. Paste the connection string in the `appsettings.Development.json` file and you are ready to go
2933

3034
## The Magic
@@ -37,4 +41,4 @@ This picture shows the end result. A table with full sort, filter and paging fun
3741
![dapper grid](images/dapper-grid.png)
3842

3943
## 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

Comments
 (0)