PropertyGrid and Related Entities

Posts   
 
    
KJH
User
Posts: 5
Joined: 05-Jul-2011
# Posted on: 13-Jul-2011 11:27:37   

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!

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 13-Jul-2011 15:19:48   

Aren't you using BindingSource(s) to bind EntityCollections to DataBound Controls?