Skip to content

Commit 6ef548b

Browse files
committed
Modified the readme content
1 parent 42dab13 commit 6ef548b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Create Master-Details View Using Blazor DataGrid
2+
23
A quick start Blazor Server App that helps you to create a master details view using the Blazor DataGrid component of Syncfusion. You will also learn how to use other components like Maps, Scheduler, Child DataGrid and Tab inside the details view of the master DataGrid.
34

45
![Master-Details Grid View](https://www.syncfusion.com/blogs/wp-content/uploads/2020/04/Master-detail-view-in-Blazor-DataGrid.gif)
56

6-
## Project pre-requisites
7-
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.2 in your machine before starting to work on this project.
7+
## Prerequisites
8+
9+
* Visual Studio 2022
10+
11+
## How to run the project
812

9-
## How to run this application?
10-
To run this application, you need to first clone the `create-master-details-view-using-blazor-datagrid` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
13+
* Checkout this project to a location in your disk.
14+
* Open the solution file using the Visual Studio 2022.
15+
* Restore the NuGet packages by rebuilding the solution.
16+
* Run the project.

0 commit comments

Comments
 (0)