Is there a filtering option anywhere in XamDataTree?
Ordinary TreeView has TreeView.Items.Filter, but I couldn't find anything like that here.
Thanks in advance.
At this time the only way to do this is to apply filtering on the collection used for the ItemsSource, for example if you were using a CollectionView you would apply the filtering to that. The XamDataTree will respect the filtering applied to the collection and only show the items that should be shown.
I am going to submit a new feature request for an implementation of filtering through the XamDataTree rather than having to perform it on the collection.
Infragistics Team,
"At this time the only way to do this is to apply filtering on the collection used for the ItemsSource"
We are using version 15.2, if there a more direct way to apply a filter? Same behavior as provided by Infragistics in the grid layout, but executed in code.
We are customize the default filter and need to be able set this in code.
http://www.infragistics.com/help/wpf/xamdatapresenter-add-filter-conditions
Can you provide a working example based on this link?
Regards,
Michael
Citigroup
Could you please post a working example of filtering nodes using a CollectionView?