New to Kendo UI for Angular? Start a free 30-day trial
ColumnCellTemplateDirective
Renders the column cell content of the MultiColumnComboBox component.
To define a column cell template, nest an <ng-template>
tag with the kendoMultiColumnComboBoxColumnCellTemplate
directive inside the <kendo-combobox-column>
tag.
See example.
The context variables are:
let-dataItem="dataItem"
(any
)—The current data item. Also available as the implicit context variable.let-column="column"
(ColumnComponent
)—The current column configuration object.
Selector
[kendoMultiColumnComboBoxColumnCellTemplate]