Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 695 Bytes

File metadata and controls

17 lines (11 loc) · 695 Bytes

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.