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
810
Anyone have luck binding to a hierarchical Entity Data Model yet?
posted

I have a winforms app that uses a grid and can bind to a typed dataset and shows the hierachy just fine,

When I make a similar sample and set the grid datasource to the main entity framework object I get a redundant recursive hierachy starting at the connection.

If I set the datasource to the top level entity table, I see the proper hierarchy in the "add new" button and see the rows for this top level parent table but there are no child rows if I click the + sign on the parent row.

Using datasource binding and the UltraDataSource shows the proper hierachy in the "add new" button diagram but show no data at all and I can debug the entity tables and the data is present.

Any suggestions?

Thanks, Dave

 

Parents Reply Children
No Data