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.
Has this been since implemented? I want the lookup to be Case Sensitive like OP.
Hi Tobias,
No, there is currently no support for this.
Hi Alex,
No, there is still no option to support case-sensitive matching.
Any movement on this? I have not got the latest version but for this alone, I will upgrade! It keeps rearing its ugly head every-so-often.
That's a pity, could do with an option. I was thinking something along the lines of an override for the user so we can say to them hold down ctrl to override the suggestion, in the cases it happens. (or something along those lines).