<kendo:multiColumnComboBox-messages>
The text messages displayed in the widget. Use this option to customize or localize the messages.
Example
<kendo:multiColumnComboBox>
<kendo:multiColumnComboBox-messages></kendo:multiColumnComboBox-messages>
</kendo:multiColumnComboBox>
Configuration Attributes
clear java.lang.String
The text message when hovering the input clear button.
Example
<kendo:multiColumnComboBox-messages clear="clear">
</kendo:multiColumnComboBox-messages>
noData java.lang.String
The text message shown in the noDataTemplate when no data is available in the widget drop-down.
Example
<kendo:multiColumnComboBox-messages noData="noData">
</kendo:multiColumnComboBox-messages>