New to Kendo UI for Angular? Start a free 30-day trial
GroupHeaderTemplateDirective
Updated on Jun 11, 2025
Represents the group header cell template of the Excel Export column component (see example). Use this directive to customize the content of the group header item.
html
<ng-template kendoExcelExportGroupHeaderTemplate let-group let-field="field">
Group Header for {{ field }}
</ng-template>
Selector
[kendoExcelExportGroupHeaderTemplate]