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
Nested rows and synchronizing field widths and positions
posted

Hi All,

I'm trying to do something similar described as in here: http://community.infragistics.com/forums/p/53090/276218.aspx with the solution provided by Petar. It works perfectly except for when I set

<DataPresenter:FieldLayout.Settings>
      <DataPresenter:FieldLayoutSettings LabelLocation="Hidden"/>
</DataPresenter:FieldLayout.Settings>

in which case the FieldPositionChanged never gets raised when resizing the nested column width.

I don't want to display the labels with all the headers for nested rows as it has the same layout as the parent and so wastes space. Is there any way of getting this to work when hiding the labellocation on the nested field layout?

Thanks