<kendo:multiColumnComboBox-prefixOptions>

The configuration for the prefix adornment of the component.

Example

<kendo:multiColumnComboBox>
    <kendo:multiColumnComboBox-prefixOptions></kendo:multiColumnComboBox-prefixOptions>
</kendo:multiColumnComboBox>

Configuration Attributes

icon java.lang.String

Defines the name for an existing icon in a Kendo UI theme or SVG content

Example

<kendo:multiColumnComboBox-prefixOptions icon="icon">
</kendo:multiColumnComboBox-prefixOptions>

separator boolean

If set to false, the prefix adornment will not have a separator.

Example

<kendo:multiColumnComboBox-prefixOptions separator="separator">
</kendo:multiColumnComboBox-prefixOptions>

template java.lang.String

The template for the prefix adornment of the component.

Example

<kendo:multiColumnComboBox-prefixOptions template="template">
</kendo:multiColumnComboBox-prefixOptions>

Event Attributes

template String

The template for the prefix adornment of the component.

Example

<kendo:multiColumnComboBox-prefixOptions template="handle_template">
</kendo:multiColumnComboBox-prefixOptions>
<script>
    function handle_template(e) {
        // Code to handle the template event.
    }
</script>

Event Tags

kendo:multiColumnComboBox-prefixOptions-template

The template for the prefix adornment of the component.

Example

<kendo:multiColumnComboBox-prefixOptions>
    <kendo:multiColumnComboBox-prefixOptions-template>
        <script>
            function(e) {
                // Code to handle the template event.
            }
        </script>
    </kendo:multiColumnComboBox-prefixOptions-template>
</kendo:multiColumnComboBox-prefixOptions>
In this article
Not finding the help you need?