Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
What version of SF do you have installed, Fernando? The scenario you are describing is handled by the CurrencyManager of the BusinessBindingSource, and the ICurrencyManagerProvider interface was not implemented on the BBS until the latest version. So, until the latest, grids attached to the BBS did not reflect the selected row choosen by a Navigate() call on the business object, but now it does. Most likely your other issues are stemming from your record pointer being out of sync.
|