messagesObject

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

Example - customize MultiSelect messages

<select id="multiselect" multiple="multiple">
    <option>Item1</option>
    <option>Item2</option>
</select>
<script>
  $("#multiselect").kendoMultiSelect({
    messages: {
      clear: "clear!",
      noData: "There is no data!"
    }
  });
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support