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
315
XamDataGrid and CompositeCollection?
posted

I am maintaining 2 separate ObservableCollections, but want to combine them into a single XamDataGrid. (e.g, Permanent and Temporary collections, both stores the same class-type objects)

I tried using a CompositeCollection/CollectionContainer, but XamDataGrid nests the result instead.

Can I get a CompositeCollection to display correctly in XamDataGrid?

Thanks

Josh

p.s. I know there are other workarounds. However, I would like to know if I can get CompositeCollection to work.