Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
A BusinessBindingSOurce is a StrataFrame control that allows 3rd party controls, such as grids and reports, talk to a business object as though each row is a new business object. Without this, some grids will not work properly because when they reference the strong-typed property, it will always return the same row. Going throug the BusinessBindingSource resolves this issue.
|