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
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.
Hi Mike
Thanks for your reply. Funnily enough, I noticed that property on the UltraGrid just a couple of minutes before I read your reply! Unfortunately, the ComboEditor doesn't provide this property, which is a shame, and the Combo looks like a bit of overkill for a simple drop-down
I've gotten around it by hooking into the index changing event of the ComboEditor and manually setting the Position of the BindingSource to the SelectedIndex of the Combo though.
If the latest hotfix does provide this property on the ComboEditor, I'd upgrade now - can you confirm if it is indeed there?
Thanks again
I'm really not sure. I think this was added in v7.3.20073.1044. So you can check the latest Hot Fix so see if it's a newer version than that.