Hi,
I am using the XamComboEditor (Infragistics.Controls.Editors) in order to create an AutoCompleteBox.
The following show my autocompletebox:
Hello Dennis,
When the AutomComplete feature is enabled the first item that match the currently entered text in XamComboEditor will be activated so if the user press enter it will be selected. In case the user does not want to select that item they can press Esc key to remove the active item from the drop down. Then on enter key the new item will be added to the data source.
Please feel free to let me know if you have any questions or concerns.
Hi Maria,
I would expect that behaviour if the AutoComplete property was set to "true", but this is set to "false"
Best Regards
Dennis
Hi Dennis,
There is one more setting I have missed to mention in my previous response. By default the OpenDropDownOnTyping property of the editor is set to true and the drop down opens on key press though the autocomplete is off. This results in the text not auto-completed when the user types but the first item that matches the entered value being activated in the drop down items. Setting the OpenDropDownOnTyping property to false will prevent the opening and activation and the value will be added as new item.
Let me know if I can be of any further assistance.