Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
You will want to just use the BusinessBindingSource to bind to a grid. It implements the IBindingList interface which a grid needs in order to bind. You can get more information on this in the documentation. But in short, just drop the BBS on the form where your BO instance resides, select the BBS and set the BusinessObject property to the instance you wish to wrap. At this point you will be able to bind to the grid.
|