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
35
XamDataGrid with children objects, but just one header
posted

Hi,

is it possible (and if yes, how?) to create an xamdatagrid that looks like this? Or should i use something else instead of xamdatagrid?

I also would like the parent records to be collapsible. And AutoGenerateFields should be false.

Parent class has some string property, and a Child List. And the Child class also has some string property.

Thank you :)