New to Kendo UI for jQueryStart a free 30-day trial

AdaptiveSubtitle

configuration

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

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
    adaptiveMode: "auto",
    adaptiveTitle: "Choose Option",
    adaptiveSubtitle: "Please select from the list",
    dataSource: ["Option1", "Option2", "Option3"]
});
</script>
Not finding the help you need?
Contact Support