Combine master-detail databinding
Posted
by clawson
on Stack Overflow
See other posts from Stack Overflow
or by clawson
Published on 2010-03-31T02:06:20Z
Indexed on
2010/03/31
2:13 UTC
Read the original article
Hit count: 473
I have created data sources from my objects in my project, some of which have other objects as members. When I want to bind a some objects to a data grid I would like to display some of the values from the member objects in the data grid as well but the examples I have come across seem to use an entire other datagrid or controls to display these member object values.
How can I combine these values into one data grid? (Preferably without creating a wrapping class) Can I achieve this with LINQ somehow?
Your help is greatly appreciated.
Thanks
P.S. C# or VB examples will do.
© Stack Overflow or respective owner