optional clearFilters button to grids toolbar
Hi,
Similar customization of the toolbar is shown in this demo: https://demos.telerik.com/kendo-ui/grid/toolbar-template. Although a DropDown is showcases for filtering scenario, the reset filtering technique is also utilized so that you can get the idea on how to accomplish the same with a button.
Regards,
Ianko
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
You can add a custom button to your toolbar and call this to reset the filter: var grid = $("#yourGrid").data("kendoGrid"); grid.dataSource.filter({});