I have some problem to remove filters from my treeview component. As source i use the following demo http://demos.telerik.com/kendo-ui/treeview/api.
As far as i can see the following piece of code should do the job: treeview.dataSource.filter({});
But neither in the demo nor on my example this does not to work.