Can you either fix the Export functionality to apply Custom footers that are not aggregated to the exported data or Change Enum options to add a Custom type to allow custom footer template values to be exported along with the other GrigAggregates?
Thanks for the feedback. I went on and used the example here and it worked for my problem:
https://feedback.telerik.com/blazor/1485764-customize-the-excel-file-before-it-gets-to-the-client?_ga=2.140014963.1919020784.1609876207-284569140.1609876207
Hi Steve,
In Blazor, you can't get the template contents in code, and so templates are not exported. You can read more about this and some other information that might be useful about the way exporting works in the Notes section of its article.
Thus, what we do is we render the defined aggregates for the given field after their name. You can see how this works with the code snippet that I am attaching to this post, and I am also adding the resulting Excel file as reference.
With that said, since this is a limitation stemming from the framework, I am marking this as "Declined" which means "Not a valid feature request or bug report" - there simply is no way for us to achieve this.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.