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
300
Binding to a two level object and customize the field layouts
posted

Hi

I bind my own object to the "XamDataPresenter", my object looks like this:

Class A

{

public List<A> Children;

public string ColumnA,ColumnB,ColumnC....

}

It's a two level structure. If I set  AutoGenerateFields to true, the Presenter will show the two level structure correctly.

But if I try to apply the FieldLayouts to customize the Presenter . I'll loss the second level information

How can I keep two level structure while customize the field layouts? 

 

Thanks

Parents
No Data
Reply Children
No Data