Any ideas on how I can solve this issue without filling the business object on the child form?
Thanks
Tim
I see the data is populated by time it hits the Load event but not in the constructor. I have tried a number of ways to 'refresh' the data, however I still can't get the data to appear.
1) I've tried setting the grid's datasource at run-time, as suggested. No Luck.
2) I tried Ben's suggestion of creating a new class, inherit from business binding source, add a method 'ResetDataSource' to call
Me
I emailed you a sample project I put together simulating what I'm trying to accomplish. I would appeciate if you could take a quick look to make sure I'm not missing something.