daelmo wrote:
Having a 1:m relation in a grid as additional columns seems very unusual and not easy to see.
In our case users like it to see it that way, in this case, so it is easy to see for them!
What I understand from the comments this problem could not be solved with LLBLGen?
To get a better understanding of LLBLGen I like to have an awnswers on the following question: "It is possible to extend a Entity in a partial class; can I do something with the parameter of a property?"
It is possible to solve my problem with triggers on the gridview, or I can write a stored procedure to solve this, but I like to do it in LLBLGen, because we like to do as less as possible in de database (more convenient to have the source on one place).