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="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
    dataSource: ["Product A", "Product B", "Product C"],
    adaptiveMode: "auto",
    adaptiveTitle: "Select Product",
    adaptiveSubtitle: "Choose your preferred option"
});
</script>
Not finding the help you need?
Contact Support