Hi,
I have a problem with autocomplete in the ultracomboeditor when the text involved is in capital letters..
When I input new text in the ultracomboeditor and that text exists inside the control list (the text in the list is in capital letters), the autocomplete does his job, however, what I want is to write this text in lower-case letters, and the control won't let me.
Any answer to this issue?
thanks
The AutoComplete functionality is case-insensitive. So if you type something in lower case and it matches something on the list that is in upper case, it matches the item and thus the text is display in the edit portion the same way it appears on the list. There's no way around this.
You can Submit a feature request to Infragistics and perhaps an option to make the matching case sensitive could be added in a future release.
For now, the only solution I can think of here would be to turn off AutoComplete and handle it yourself. This would not be a small task, though.