<kendo:comboBox-messages>

The text messages displayed in the widget. Use this option to customize or localize the messages.

Example

<kendo:comboBox>
    <kendo:comboBox-messages></kendo:comboBox-messages>
</kendo:comboBox>

Configuration Attributes

clear java.lang.String

The text message when hovering the input clear button.

Example

<kendo:comboBox-messages clear="clear">
</kendo:comboBox-messages>

noData java.lang.String

The text message shown in the noDataTemplate when no data is available in the widget drop-down.

Example

<kendo:comboBox-messages noData="noData">
</kendo:comboBox-messages>
In this article
Not finding the help you need?