Hi,
I have a question: If I have a project and need to show a grid with details of deliverables that are related to this project (not editing), what is the best way:
Load currentProject Entity and prefetch and entitycollection with the related deliverables and bind it to a datagridview using an LLBLGenProDataSource?
or
Load currentProject Entity, and use a typedview with projectID as filter and bind it to a datagridview using an LLBLGenProDataSource?
To me the first seems easier, the second faster ... but is it much difference or can I ignore that?
And how about using entitcollections for dropdownlists vs typedview?