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.
Hi,
I'm afraid there is no way to make UltraComboEditor case sensitive. You should Submit a feature request to Infragistics
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.