Trent L. Taylor (04/14/2008)
You can do this but you will want to use a BBS (BusinessBindingSource) and treat it like a report entity. By this I mean that you can create a BBS class that automatically wraps your BO, then you can create a property on the parent that is an instance of the children (or other tables). You can see an example of how to create this here:
http://forum.strataframe.net/FindPost15443.aspx Just for clarification, does this technique allow multiple tables to be bound to an UltraGrid in a similar format to the attached screenshot which shows a dataset containing three tables?
If so, will the UltraGrid be able to add new records to any of the tables just as it would if the grid was bound to a three table dataset?
Sorry if this is a stupid question but I don't understand the internal workings of the BBS 
Thanks