Our scenario:
Database: access 2000 format
LLBLGen Pro version: 3.1 Final - TRIAL
Selfservicing classes
Winforms application on the .NET 3.5 Framework
We are developing a prototype/demo, for which a propertygrid looks like a useful tool to show the functionality. When using it in combination with LLBLGen Pro it works okay for normal properties, but we'd like to know if there is any way to make the related entities show up as collections in the propertygrid, which can individually be selected again. Right now (when just using the entity as a source of the propertygrid) related entities just show some internal class properties when you expand them in the propertygrid.
I hope it's not a too newbie like question, but is this possible at all? I've searched around for related cases in this scenario, but those are sparse.
Thanks in advance!