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.