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
Hello Michael,
Thank you for your post. I have been looking into it and I can suggest you set the Executions Field’s IsExpandable Property to False in order to achieve the UI you want. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks for the quick reply. I couldn't seem to get that solution to work. It still displayed the Children header even if the Executions field had IsExpandable set to False. You did however help steer me in the right direction.
The solution I used was to set the ExpandableFieldRecordHeaderDisplayMode Property on the Children's FieldSettings to NeverDisplayHeader.
Thanks again,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.