Tree Grid / Aggregates / Custom Aggregates

Blazor Tree Grid Example - Custom Aggregate Calculation Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates using custom aggregates to display user-defined summaries in the footer instead of built-in aggregate options.

Configure custom aggregates with TreeGridAggregateColumn inside the TreeGridAggregates collection.

In this demo, a custom aggregate computes "Total Price" for a selected Category. A DropDown in the footer (via FooterTemplate) lets users choose a category. The total updates dynamically based on selection.

More information on aggregates can be found in the documentation section.