Hello,
I have the express version of XamDataGrid (I recently downgraded from 9.2.20092.2001). Filtering does not appear to work in the express version and I need to be able to hide rows (and all associated child rows) that have certain values. I have been unable to figure out how to do this. The reason I downgraded is because the released edition posed too many problems to deal with at this time so it's not an immediate option but of course I need a filtering-like behavior.
Thanks!
You can try the InitializeRecord event, RecordsInViewChanged event and use the Record's Visibility property setting to Collapsed.