I currently have a XamComboEditor in edit mode that binds with a list of user names (pulled from SQL data source) with AutoComplete on.
Is there any way I can make it so that it allows for new entries of user names. if the user name isn't on the list of the source.
My main focus is to use autocomplete to make sure that end users put in the correct spelling for names in a form but there might be new names that aren't in the system yet. If you have any suggestions to accomplish this another way, let me know.
Thanks ahead.
-Steven
Hi Steven,
Sounds like you need to add the CustomValueEnteredAction set to Add. Here's a link to the documentation concerning this property.
http://help.infragistics.com/NetAdvantage/Silverlight/2013.1/CLR4.0/?page=xamComboEditor_Using_CustomValueEnteredAction.html
Please let me know if this is what you had in mind or if you have any other questions.
wow. thanks! that is exactly what I was looking for.
another win for you, Infragistics.