The current example demonstrates how a custom filtering algorithm in XtraTreeList can be implemented. The current example implements logic as follows:
- If a current node matches the filtering pattern, then this node and all its antecedent nodes should be shown; otherwise, the node should be hidden;
- If a parent node doesn't have any visible child nodes, then such node should be hidden.
Question Comments
Added By: Hannes Schneider at: 6/8/2016 2:20:35 AM nice example, but how do i connect the applyFilterButton_Click event?Added By: Alexey Z (DevExpress Support) at: 6/8/2016 3:51:07 AM
Hello,
As far as I can see, you have already created a thread with the same question - Custom filter event. So, let's continue our discussion there.