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
620
Multiple Child Collections
posted

I have a self referencing entity that contains two collections

Level Entity

LevelCode
ParentCode
Description
Association<Level>
Association<Document>

Document Entity

LevelCode
Description
FileName

This all works fine but can I get rid of the Documents & Levels that display under the item and just show the sub items so the tree would look like

Level
    Document
    Document
    Level
    Level
       Document
       Document
       Level
       Level

Thanks David

Parents
No Data
Reply
  • 8421
    posted

    Hello David,

    We're currently looking in to this issue to determine how this can be implemented.  With the XamGrid I know you can set the ColumnLayoutHeaderVisibility to prevent something like this but it doesn't appear that the XamDataTree exposes anything like this.  I'm going to discuss this with the development team to determine the best approach and will get back to you once I have more information.

Children