New to Kendo UI for AngularStart a free 30-day trial

ComboBoxColumnComponent

Represents the column definition for the MultiColumnComboBox component.

Use this component to define columns inside the MultiColumnComboBox. See example.

Selector

kendo-combobox-column

Inputs

NameTypeDefaultDescription

class

string | string[] | Set<string> | {[key: string]: any}

Sets custom CSS classes for the column cells.

The class property uses the NgClass directive to apply classes.

field

string

Sets the field to which the column is bound.

The field property can be set to point to a nested property value - e.g. category.name.

headerClass

string | string[] | Set<string> | {[key: string]: any}

Sets custom CSS classes for the column header cell.

The headerClass property uses the NgClass directive to apply classes.

headerStyle

{[key: string]: string}

Sets custom styles for the header cell of the column.

The headerStyle property uses the NgStyle directive to apply styles.

hidden

boolean

false

Controls the visibility of the column. When true, hides the column from view.

media

string

Sets the condition that needs to be satisfied for a column to remain visible. If you set the hidden property, the behavior of media is overridden.

style

{[key: string]: string}

Sets custom styles for the table cells of the column (except for the header cells).

The style property uses the NgStyle directive to apply styles.

title

string

Sets the title of the column.

width

number

Sets the width of the column (in pixels).

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