Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 733 Bytes

File metadata and controls

18 lines (11 loc) · 733 Bytes

Deep Dive into Aggregates in the Blazor TreeGrid

This sample explains about how to display aggregate values in the footer of Blazor TreeGrid component. This project also includes code snippet for built-in aggregate types, custom aggregates, a footer template, and applying formatting.

Documentation: https://blazor.syncfusion.com/documentation/treegrid/aggregate

Online examples: https://blazor.syncfusion.com/demos/tree-grid/aggregate?theme=bootstrap4

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.