Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
AggregateType.Custom are rendered correctly in the UI but are not exported to Excel by default, as the TreeGrid currently lacks built-in support for exporting custom aggregate rows. To overcome this limitation and ensure custom totals or summaries appear in the Excel file, developers must manually inject footer rows using the ExcelExportProperties.Footer property during export. This allows precise control over the content and styling of exported footer rows, enabling the inclusion of custom aggregate values such as totals, counts, or formatted summaries. Optionally, the ExcelQueryCellInfo event can be used to suppress unwanted default aggregate labels like "Custom:" and ensure a clean export output.