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
435
Keeping a ComboEditor in sync with a Binding Source
posted

Hi

I've got a BindingSource and have hooked it up to a UltraComboEditor, settings the DisplayMember and ValueMember. This works fine, but when I change the item in the ComboEditor, the Position of underlying BindingSource does not automatically change - it looks like I have to manually trap the changing event of the ComboEditor and set the Position manually. Is there an easier/ better way of doing this?

 Thanks 

 Isaac
 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi Isaac,

        What version of UltraComboEditor do you have? I beleive a SynchWithCurrencyManager property was just recently added. It might not be available in the release, you might need to get the latest hot fix. If UltraComboEditor doesn't have it, you might consider using UltraCombo, instead, since I am pretty sure it has the same property. 

Children