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
145
Odd Behavior with UltraComboEditor
posted

I'm working with the 8.1 version of the UltraComboEditor and I'm seeing something of an oddity and just wanted to get some feedback on it.  I have a UltraComboEditor dropped onto a form, it is databound to a collection of objects, the DisplayValue and ListItemValue are both set to the same property of the object, the style is DropDownList and AutoComplete is set to true.  The thing I see is that when AutoComplete is set to true and the user types letters while focus is on the control it sometimes will jump appropriately to the right element in the list and sometimes it won't.

For example say the list contains:
Yes
No
Unknown

The user goes in and presses the 'N' key, the control will jump have the index jump down to the No item and select it, however if you press say 'D' and then 'N' it sometimes doesn't do anything.  It seems to happen the further down the alphabet you go.  It is a bit sporatic but still noticable.  When I set AutoComplete to false everything works as expected.  I'm mostly just curious if this is the fix since I haven't really found anything in the docs or the forums that would explain this. 

Thanks.