I have hierarchy which is of 2 different objects with the same relevant fields. One object contains the other. When I expand the subrow to see the second object it works, only it has its properties in its own columns. Since the properties I'm showing for both objects are the same, I think it's redundant to show the column names two times. The attached picture will help illustrate my point.
My question is: Is there away that both the row and subrow can share the same columns?
Thanks!
Hello,
To the best of my knowledge that is not possible. The LabelLocation property is set for a field layout. Another option is to set the Visibility property of the LabelPresenter to Collapsed where you do not want to be a label.