Binding Ultragrid to Generated Collection Class

Posts   
 
    
dazedorconfused avatar
Posts: 89
Joined: 06-Apr-2006
# Posted on: 21-Apr-2006 21:45:38   

Hi, I have a User Entity that extends a Person Entity.

I create a form with an UltraGrid on it and set the UserCollectionClass as the DataSource for the Grid.

When I run the app, as soon as it hits the line of code that is setting the datasource, the app freezes and never returns. If I got into the IDE and force into break mode, the line currently being executed is in one of the DAO classes?

The Person Entity is involved in a lot of relationships, due to it being the base entity for lots of other Entities (Manager, Employee, Customer, etc.) Is Ultragrid trying to load all of the related entities?

I am stuck.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 21-Apr-2006 23:24:04   
Frans Bouma | Lead developer LLBLGen Pro