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
585
Display nesting depth via RecordCelector
posted

Hi,

i have a datasource where the nested data has the same type like the master data. So the default display looks like this:

But we want to display the nested data just with an indent of the RecordSelector like this:

Is this possible with a style or something?

Thanks,

Bastian

Parents
  • 17559
    posted

    Hello Bastian,

     

    I was looking into your requirements and I can suggest you handle the LabelPresneter SizeChanged event in order to synchronize the sizes of the columns with the same names which are placed in different layouts. This will ensure that even if the user resize a field from one of the layouts the other will resize accordingly. For further reference, please have a look at the attached sample.

     

    If you need any additional assistance on this, please feel free to ask.

    XamDataGridHierarchySize (2).zip
Reply Children