Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yeah, any type of grid requires that the bound object implements the IBindingList interface to expose each row as a unique object. In order to bind an SF business object to a grid you need to wrap it in a business binding source. Drop on the BusinessBindingSOurce control, select the BusienssObject that it will wrap, then change your grid to use teh BBS instead. There is a sample that comes with the framework called Business Binding Source sample that shows how to do this.
|