Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you add a raw business object to the Data Sources pane, I can see where it would cause problems, because it doesn't implement IList. However, adding a BusinessBindingSource that wraps a business object shouldn't cause you any problems, since it implements IList and IBindingList, etc.
|