Wednesday, April 20, 2016

Kendo Grid Clear Grid Filters

If you need to clear the Kendo Grid Filters the following function should do it:
function clearFiter() {
$("form.k-filter-menu button[type='reset']").trigger("click");
}

No comments:

Post a Comment