Completed
Last Updated: 15 May 2017 11:10 by ADMIN
Alexander
Created on: 26 Mar 2013 09:41
Category: Data Source
Type: Feature Request
81
Hierarchical Datasource filters
Possibility to add filters to hierarchical datasource, that execute recursively.
Use case: In TreeView we need to search for some element text, we need to see elements that contain some text and their parents expanded. Filtering could be usefull here.
5 comments
ADMIN
Pavlina
Posted on: 15 May 2017 11:10
Shipped in R2 2017 - http://docs.telerik.com/kendo-ui/api/javascript/data/hierarchicaldatasource#configuration-filter
Maksym
Posted on: 30 Sep 2015 14:59
+1
Roman
Posted on: 02 Dec 2014 12:44
+1
Franz
Posted on: 30 Oct 2013 10:44
+1 for recursive filters. Of course the filtering should not only be read-only, but also allow you to change node properties (e.g. selected state, text shown, visibility). the current "solution" (checkedNodeIds  function in http://demos.kendoui.com/web/treeview/checkboxes.html) feels quite hacky and has some pitfalls if you want to change/remove nodes.  js-traverse (https://github.com/substack/js-traverse) could be some source of inspiration.
Rico
Posted on: 08 Oct 2013 19:09
We need that too. Or a possible work around.