Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
UltraComboGrid Fails to Update BindingSource.Position When DataSource Members are EF Entities
posted

When the UltraCombo.DataSource is set to a Forms.BindingSource, and the members of the BindingSource.DataSource are Entity Framework Entities, UltraCombo row selections by the user do not change the BindingSource.Position, BindingSource.Current or BindingSource.CurrentItem values.  In fact, if you create BindingSource event handlers for CurrentItemChanged(), CurrentChanged() and PositionChanged(), you can see that UltraCombo row selections do not even cause those BindingSource events to fire.  This causes the UltraCombo and its respective BindingSource to be continuously out of sync.

Parents Reply Children
No Data