http://news.infragistics.com/forums/p/13141/281906.aspx
The problem:
AutoComplete is turned on (and should stay turned on) but prevents Users from changing the text after autocompleting the text.
Hi,
could you provide more details about the problem you are experiencing because I tried to recreate this issue you are having but was unsuccessful. For example are you using custom filtering? If yes what filters? Have you set CustomValueEnteredAction ?
Regards,
the problem occurs when i use a XamComboEditor with AutoComplete="True" and AutoCompleteDelay="1000". I am not using CustomFiltering but i am using CustomValueEnteredAction="Add".
Example:
"12" will be autocompleted to "12.5", the user can't commit the value "12", because the autocompletion will continue to change the value to "12.5". The user can't delete the ".5" whether with the Del-Key nor with Backspace.
Thanks