Hi,
i have set a javascript function to kendo ui grid's filterable using the option "filterable: { ui: timeFilter };". it's calling for the column's quick filter first time visit.
To clear all the applied filters I am using the following code:
$("form.k-filter-menu button[type='reset']").trigger("click");
After clearing the filters , filterable's javascript function is not calling.
How do I call the filterable's associated javascript function after clearing filters.
Please suggest on this.
Thanks,
Raj Yennam
i have set a javascript function to kendo ui grid's filterable using the option "filterable: { ui: timeFilter };". it's calling for the column's quick filter first time visit.
To clear all the applied filters I am using the following code:
$("form.k-filter-menu button[type='reset']").trigger("click");
After clearing the filters , filterable's javascript function is not calling.
How do I call the filterable's associated javascript function after clearing filters.
Please suggest on this.
Thanks,
Raj Yennam