New to Kendo UI for AngularStart 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]

In this article
Selector
Not finding the help you need?
Contact Support