-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Backiaraj/grid
Modified the readme content
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |