Hi,
are there changes in behavior of AutoCompletMode.SuggestAppend between versions 14.2.20142.2010 and 14.2.20142.2168 ?
I.e. there is given a DropDownList with some countries: L, S, SK, SLO
Old version: Input keys S-L -> Suggestion (like expected) is "SLO"
Newer version: Input keys S-L -> Suggestion is "L". Pressing S three times -> result is "SLO".
Thank you for help. Regards,
Olaf
Regretfully I must confess, that it was my mistake. Formerly I used the obsolete AutoComplete = true. The advice is, to replace it with AutoCompleteMode = AutoCompleteMode.Append. My mistake was to use AutoCompleteMode = AutoCompleteMode.SuggestAppend. But I don´t understand the difference exactly.
Hi Olaf,
I am glad to hear that you have resolved your issue. Please let me know if you have any additional questions.
Thank you for using Imfragistics Components.