I have a WinComboEditor that has a one column code but the codes contain both capital and lower case letters that could be the same. Each code means something different.
Codes:
a
A
B
c
C
Problem is if press Shift A to get a capital A it goes to lowercase. Now if I turn on Autocompletemode it allows me to type A but as soon as I get off the control it goes to lower case a.
What does AutoSuggest have to do with it? Did you mean AutoCompleteMode? I kind've assumed that you were just using single letters as an example, but that your actual data has more than a single character. In which case, you probably want AutoCompleteMode turned on.
Anyway, I just tried this out exactly as you described and it's working fine for me. If I type "A" and leave the control, it stays "A". I also tried "b" and "B" and it seems to work fine.
I left AutoCompleteMode set to Default.
Perhaps you are experiencing a bug in an older version of the control.
I find it hard to believe it is hard to allow a text entry to accept the letter I choose to put in it if autosuggest is off.
Hi,
I'm afraid there is no way to make UltraComboEditor case sensitive. You should Submit a feature request to Infragistics