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.

<div id="filtermenu"></div>
<script>
$("#filtermenu").kendoFilterMenu({
    adaptiveSubtitle: "Select filtering options",
    dataSource: [
        { name: "John", age: 25 },
        { name: "Jane", age: 30 }
    ]
});
</script>
Not finding the help you need?
Contact Support