Skip to content

Commit 5f6f6bc

Browse files
committed
Modified the readme content
1 parent 83ad545 commit 5f6f6bc

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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
13+
Visual Studio 2022
1614

17-
• Now, simply build and run your project to view the output.
15+
# How to run the project
16+
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)