Skip to content

Commit 0109fc2

Browse files
Merge pull request #6 from Backiaraj/grid
Modified the readme content
2 parents 42fb827 + bf519a6 commit 0109fc2

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Blazor Grid Virtualization
2+
23
A quick-start project that helps you how to virtualization in blazor DataGrid.
34

4-
Documentation: https://blazor.syncfusion.com/documentation/datagrid/virtualization#column-virtualization
5+
**Documentation**: https://blazor.syncfusion.com/documentation/datagrid/virtualization#column-virtualization
56

6-
Online examples: virtual scroll : https://blazor.syncfusion.com/demos/datagrid/virtual-scrolling?theme=fluent
7-
Virtual mask row : https://blazor.syncfusion.com/demos/datagrid/virtual-mask-row?theme=fluent
7+
**Online examples**:
8+
* **Virtual scroll**: https://blazor.syncfusion.com/demos/datagrid/virtual-scrolling?theme=fluent
9+
* **Virtual mask row**: https://blazor.syncfusion.com/demos/datagrid/virtual-mask-row?theme=fluent
810

9-
# Project prerequisites
10-
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.
11-
# How to run this application?
12-
• To run this application, you need to first clone the <code>Blazor-Grid-Virtualization</code> repository and then open it in Visual Studio 2022.
11+
## Prerequisites
12+
13+
* Visual Studio 2022
1314

14-
• Register the syncfusion license key in Program.cs file, if you have any doubt check the documentation link : https://blazor.syncfusion.com/documentation/getting-started/license-key/how-to-register-in-an-application
15+
## How to run the project
1516

16-
• Now, simply build and run your project to view the output.
17+
* Checkout this project to a location in your disk.
18+
* Open the solution file using the Visual Studio 2022.
19+
* Restore the NuGet packages by rebuilding the solution.
20+
* Run the project.

0 commit comments

Comments
 (0)