Skip to content

Commit 85a65d8

Browse files
committed
Modified the readme content
1 parent 7f2d44e commit 85a65d8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
A quick-start project that helps you create a new Blazor application using Visual Studio 2019 and add the Syncfusion Blazor Data Grid to it. This project contains simple code customizations that can be done to the data grid columns, as well as some important features such as paging, sorting, filtering, and grouping.
44

5-
Documentation: https://blazor.syncfusion.com/documentation/grid/getting-started/
5+
**Documentation**: https://blazor.syncfusion.com/documentation/datagrid/getting-started
66

7-
Online examples: https://blazor.syncfusion.com/demos/datagrid/overview/
7+
**Sample link**: https://blazor.syncfusion.com/demos/datagrid/overview/
88

9-
## Project prerequisites
9+
## Pprerequisites
1010

11-
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.
11+
* Visual Studio 2022
1212

13-
## How to run this application?
13+
## How to run the project
1414

15-
To run this application, you need to first clone the `get-start-with-blazor-data-grid` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
15+
* Checkout this project to a location in your disk.
16+
* Open the solution file using the Visual Studio 2022.
17+
* Restore the NuGet packages by rebuilding the solution.
18+
* Run the project.

0 commit comments

Comments
 (0)