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
65
Help for Hierarchical fieldlayout with exclusive childs in XamDataGrid
posted

I am using the XamDataGrid 14.2 to show hierarchical data, I created a list of entities (root) that have two properties of type list (children 1 and 2).

For all entities only one of these two properties is filled.

I followed the solution shown in: http://stackoverflow.com/questions/24658553/masking-child-table-of-xamdatagrid-hierarchical-grid

I created 6 FieldLayout properly linked and the application works correctly but with 3 FieldLayout (parent, child1 and child2) I have a problem.

What I need is that: when I expand the root is shown directly the only child in the parent filled with data as if there was only one child, see figure 2 (without showing the two ExpansionIndicator, one of which is a dead leaf: figure 1). I have attached an image showing the difference.

Also when I expand the child 1.1 should not be shown the signs indicated in red (Figure 3).

Thanks to everyone for the help.

0Problem description