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
225
Hierarchical data and field layout question
posted

Hi guys,

  My data source is an ObservableCollection<IInterface> and this IInterface has a property called Items of type ObservableCollection<IInterface>. The problem that i have is showing the children without the header and share the same column layout for the parent. I have code to handle AssigningFieldLayoutToItem and i am creating a second fields layout there based on the parent layout. The problem is i need to reflect the changes to the parent/default layout into the child/second layout, and by changes i mean column position, column resizing.

 I am attaching an image of what i would like to achieve. Any suggestions?


Thanks,

 Stefan