Skip to content

Commit

Permalink
Merge pull request #13 from Backiaraj/grid
Browse files Browse the repository at this point in the history
Modified the readme content
  • Loading branch information
rajendranr-5483 authored Dec 4, 2023
2 parents 938f7a6 + a2cc909 commit 19bf451
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Custom Binding in Blazor DataGrid Component
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.

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

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

# Project prerequisites
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.
# How to run this application?
• 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.
## Prerequisites

• 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
* Visual Studio 2022

• Now, simply build and run your project to view the output.
## How to run the project

* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.

0 comments on commit 19bf451

Please sign in to comment.