fieldString

The field from the model that filtering will be applied on

Example

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