Why if you set the DataSource property of the BindingSource with a
IBindingList collection, the default CurrencyManager calls the BeginEdit for
evey item's source (supposed they implement IEditableObject) even if
CurrencyManager.AllowEdit = false ?
It seems a bug to me.
SG - 01 Aug 2008 14:12 GMT
moreover... why the CurrencyManager class does not have any public/protected
constructor ?
So qhat's the purpose of the ICurrencyManagerProvider if I can't code new
CurrencyManagers?
This seems another bug to me.