Skip to content

Commit 19bf451

Browse files
Merge pull request #13 from Backiaraj/grid
Modified the readme content
2 parents 938f7a6 + a2cc909 commit 19bf451

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Custom Binding in Blazor DataGrid Component
22
A quick-start project that helps you how to custom binding in blazor data grid component. As well as some important features such as paging, sorting, filtering, aggregates, grouping and editing using custom binding.
33

4-
Documentation: https://blazor.syncfusion.com/documentation/datagrid/custom-binding
4+
**Documentation**: https://blazor.syncfusion.com/documentation/datagrid/custom-binding
55

6-
Online examples: https://blazor.syncfusion.com/demos/datagrid/custom-binding?theme=fluent
6+
**Online examples**: https://blazor.syncfusion.com/demos/datagrid/custom-binding?theme=fluent
77

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

13-
• 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
10+
* Visual Studio 2022
1411

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

0 commit comments

Comments
 (0)