I'm using a GridViewComboBoxColumn with AutoCompleteMode = AutoCompleteMode.SuggestAppend. Recently I found out that the data in the dropdownbox of the autocompletebox has a problem (as has the editor). The german double s and sharp s (aka ß) are seen as beeing identic in there. And when a double s is typed in as for the german word strasse (street in english) it becomes straße instead inside the editor.
Is there any way to circumvent this so that these two "letters" are seen as being diffrent from each other?