/Custom-Binding-in-Blazor-DataGrid-Component

Custom data binding allows you to perform manual operations on the data. It can be utilized for implementing custom data binding and editing operations.

Primary LanguageC#

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

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

Prerequisites

  • Visual Studio 2022

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.