Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
String
The field from the model that filtering will be applied on
<div id="filtermenu"></div> <script> $("#filtermenu").kendoFilterMenu({ dataSource: [ { name: "John", age: 25, department: "IT" }, { name: "Jane", age: 30, department: "HR" } ], field: "department" }); </script>