Skip to content

Commit 3cfaa2c

Browse files
Merge pull request #11 from Backiaraj/grid
Modified the readme content
2 parents 83ad545 + de734aa commit 3cfaa2c

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Blazor DataGrid Sorting
22

3-
A quick-start project that helps you how to sorting in blazor DataGrid.
3+
A quick-start project that helps you how to sorting in blazor DataGrid.
44

5-
Documentation: https://blazor.syncfusion.com/documentation/datagrid/sorting
5+
**Documentation**: https://blazor.syncfusion.com/documentation/datagrid/sorting
66

7-
Online examples: Multi-Sorting : https://blazor.syncfusion.com/demos/datagrid/sorting?theme=fluent
8-
Custom sorting : https://blazor.syncfusion.com/demos/datagrid/customsorting?theme=fluent
7+
**Online examples**:
98

10-
# Project prerequisites
11-
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.
12-
# How to run this application?
13-
• To run this application, you need to first clone the <code>Blazor-DataGrid-Sorting</code> repository and then open it in Visual Studio 2022.
9+
* **Multi-Sorting**: https://blazor.syncfusion.com/demos/datagrid/sorting?theme=fluent
10+
* **Custom-Sorting**: https://blazor.syncfusion.com/demos/datagrid/customsorting?theme=fluent
1411

15-
• 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
12+
## Prerequisites
1613

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

0 commit comments

Comments
 (0)