Skip to content

Commit 845924e

Browse files
Merge pull request #1 from Backiaraj/listview
Modified the readme content
2 parents 58568e1 + e7efdb1 commit 845924e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Customizing Blazor ListView using Templates
2+
23
A quick start Blazor WebAssembly app that helps you to customize the ListView component header, item, and its group header using templates.
34

4-
Documentation: https://blazor.syncfusion.com/documentation/listview/customizing-templates/
5+
**Documentation**: https://blazor.syncfusion.com/documentation/listview/customizing-templates/
56

6-
Online examples: https://blazor.syncfusion.com/demos/listview/list-templates
7+
**Online examples**: https://blazor.syncfusion.com/demos/listview/list-templates
78

8-
## Project prerequisites
9+
## Prerequisites
910

10-
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.3 in your machine before starting to work on this project.
11+
* Visual Studio 2022
1112

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

14-
To run this application, you need to first clone the `customizing-blazor-listview-using-templates` 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)