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
120
Hide headers on nested layout with multiple child collections
posted

I have an issue with how nested data is displayed that I need help solving.  If my bound object has multiple child collections, the name of the child collection is added as another nesting layer.  I get that this is to distinguish between the children.  However, in my scenario I am hiding the second collection from view, and would like the other collection to skip displaying the name of the collection, and display as if there was only a single child collection.

  Here is an example of a bound object that corresponds to my scenario:

Parent Record

    - Member1

    - Member2

    - Children (collection)

    - Executions (collection)

I am hiding Executions from view, so that only Member1, Member2, and Children are visible in the grid.  How can I hide the Children label as seen in the attached screen shots?

    Thanks,

        Michael