New to Kendo UI for Angular? Start a free 30-day trial
ColumnHeaderTemplateDirective
Renders the column header content of the MultiColumnComboBox. To define a column header template, nest an <ng-template>
tag
with the kendoMultiColumnComboBoxColumnHeaderTemplate
directive inside the <kendo-combobox-column>
tag
(see example).
The current column
is available as implicit context variable.
Selector
[kendoMultiColumnComboBoxColumnHeaderTemplate]