Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
RecordFilter for nested FieldLayout
posted

Hi.

I have a Xamdatagrid with nested records.
I'm trying to add a record filter to both levels of the grid, however, only the top level filter is working.

Is there something I'm doing wrong?

Please refer to the attached sample project.

There is a grid that should filter out the header records where the Detail count = 0 (this works).

The details where Qty = 0 should be filtered out as well (this doesn't work).


I've seen the post below where it's suggested that we add the filter in code in the FieldLayoutInitialized event handler, which I tried but still doesn't work.

https://www.infragistics.com/community/forums/f/ultimate-ui-for-wpf/36170/2009-v2-filtering-works-fine-for-root-fieldlayout-but-not-for-any-other-field-layout


TestXamdatagridFilters.zip


Thanks in advance for your help.

Ricardo