Completed
Last Updated: 24 Aug 2021 05:49 by ADMIN
Mahmud Cahid
Created on: 10 Nov 2016 09:36
Category: Grid
Type: Feature Request
2
toolbar clear filters button
optional clearFilters button to grids toolbar
2 comments
ADMIN
Ianko
Posted on: 24 Aug 2021 05:49

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/.

Vasim
Posted on: 29 Nov 2016 18:37
You can add a custom button to your toolbar and call this to reset the filter:

 var grid = $("#yourGrid").data("kendoGrid");
 grid.dataSource.filter({});