I have a question about the functionality of the UltraComboEditor when SuggestAppend AutocompleteMode is enabled with DropDownStyle = DropDown.
I added the number 0 - 1000 into the list.
When I type "11" into the box, 2 items remain in the list; 11 and 111. Like expected
When I type "111" into the box, all items appear in the dropdown again. Why is this and what can I do to prevent this? (since there is only 1 matching item remaining, I expected this to be in the list)
Hi Erik,
That's pretty obviously a bug. My guess is that it's probably already fixed, though. Do you have the latest service release?
How to get the latest service release - Infragistics Community
If the service release does not help, then can you please provide a small sample project demonstrating the issue so we can check it out?