Trying out different solutions for another issue I gathered that setting XamDataGrid.FilterEvalutionMode="CollectionView" and hooking RecordFilterDropDownPopulating either in code behind or through attached property in VM you can effectively control the filter values showing up on the screen when you click on the Filter icon on a column header.
Is there a way to control the values showing up in the tree underneath 'Select All' when using MultiSelect Excel Style filters ( FilterLabelIconDropDownType="MultiSelectExcelStyle")? I see that the collection of DropDownItems is null when this mode is enabled. Instead there's some filter tree control - can its collection of nodes be assigned? Thanks.
Hello Andre,
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/p/84536/421873.aspx
where a similar question is already answered.
Hope this helps you.