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
160
FieldLayout for recursive self referencing data object in XamDataGrid
posted

Hello,

I have the following data structure:
Collection
    Item
        Subitems 

Where the Collection has Multiple Items, but the Items themself have their own Collections of Items (see image)

 

Now when I bind my XamDataGrid to a DataCollection with subitems, they display fine, but it only uses the parent FieldLayout. This way I cannot specify a custom fieldlayout for the subitems.

How can I get this working?