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

AdaptiveTitle

configuration

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

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