Dojo example: http://dojo.telerik.com/EZUfO/2
In this example, I want to display some nodes in the treeview (directories), and hide other nodes (files). If you expand "dir1" and "dir2" you can see that the filter works as expected (/dir1/dir2/file is hidden). I also manually call load() when selecting a treeview node, so that I can reference a node's children simply by clicking on it (see select event callback).
Steps to reproduce undesired behavior:
- Expand dir1
- Click on dir2 (don't expand it)
- Click on dir1
- Expand dir2
After step 4 you should see that /dir1/dir2/file is shown in the treeview. Is this expected behavior? I would like /dir1/dir2/file to always stay hidden, according to the datasource's filter.