Unplanned
Last Updated: 11 Aug 2016 14:04 by Tim Ge
ADMIN
Dimitrina
Created on: 06 Feb 2012 10:23
Category: TreeListView
Type: Bug Report
0
TreeListView: The filtering is done late, cannot apply filter only on the expanded nodes
Items are expanded when they match the filtering criteria.

Once I added the filterdescriptor, the tree started to expand itself
and when I put a break point in RowIsExpandedChanged event handler
the treelistviewrow's IsExpanded property is already true

Can you have a look at the attached sample application
and try to achieve the following:
1. keep the on demand load (so only loadchildren when user clicked on the arrow to expand)
2. apply filter only on the expanded nodes
1 comment
Tim Ge
Posted on: 12 Feb 2012 22:14
can you give an estimate time to fix this, thanks