Hi,
I have a XamDataGrid that contains expandable rows, all with the same columns. Example, each row contains ID :: Name :: Value. When I assign the data source to the grid, it generates the expansion icon and the headers as expected. However, when I expand it, that sub-grid also contains the headers and the grid is moved inside of the parent grid. As a result, the columns and the headers do not match the parent grid.
Is there a way to disable this resizing? And is it possible to only show the headers of the parent grid?
Thanks,
Kyle
Hi, I also reach this problem!
Wish your help!
Thank you!
Hello,
If you want to hide the label headers for the nested layout only, you need to set its FieldLayoutSettings.LabelLocation to None. You can see how here.
On this link, you can see how to remove the indentation created by the hierarchy.