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
2334
UltraCombo editor bound to a BindingList
posted

I have an UltraComboEditor bound to a BindingList of strings.  When a new item is added to the binding list the combo picks up the new item.  However, if I modify and existing item in the binding list the combo does not pick up the change.  Shouldn't the combo get all list changes of the underlying BindList?

 Thanks.