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

Field

fields

The field from the model that filtering will be applied on

field

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