Saturday, 16 March 2013

Kendo grid - Remove all filters using single javascript

If you want to remove all rows filters from Kendo grid using JavaScript. Best way is:
$("#Grid").data('kendoGrid').dataSource.data([ ]);

No comments:

Post a Comment