adaptiveTitleString

Allows customization of the title's text in the adaptive view of the component.

Example

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
    dataSource: ["Apple", "Orange", "Banana"],
    adaptiveMode: "auto",
    adaptiveTitle: "Select Fruit"
});
</script>
In this article
adaptiveTitle
Not finding the help you need?
Contact Support