I am having a little issue with the SuggestAppend option for a drop down, to do with upper and lower case entrys.
So for example, I add an entry in this list with the value 'BOB'. The user then wants to add another item with the value of 'Bobs'. However, it won't let them and insists the 'BOB' part should be in upper case. No matter how they try to edit it, so they end up with the entry of 'BOBs' not 'Bobs'. I know technically they should not be mixing their case like that but unfortunately being users they do.
Any way of allowing the user to override the suggested case? I tried setting the auto complete mode to just 'Suggest' but this does not appear to work for dropdown style.
I should note that the AutoSuggestFilterMode is set to 'StartsWith' if that has anything to do with it?
Thanks,
Alex
Hello Alex,
The AutoComplete functionality is case-insenstive. This has been previously discussed here:
http://ko.infragistics.com/community/forums/t/14319.aspxLet me know if you have any questions regarding this matter.