Hi,
I have the following question:
I have a Project, with ProjectType (1:m relation)
I also have a table called ProjectType, with at least ProjectTypeID and Description.
I have a entitycollection of projectentites and get related projectTypeinfo also
So I can do for example this: myProjects[0].ProjectType.Description to read the description.
Now I Bind this collection using the llblgendatasource to a datagridview.
Is it possible now to bind the a column to this projecttype.description field, or if not bind, just showing this value then?
Best regards,