This is a migrated thread and some comments may be shown as answers.

Copy/Paste Multiple Entries with Tokenization

1 Answer 55 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Clay
Top achievements
Rank 1
Clay asked on 16 Mar 2016, 07:06 PM

I am trying to copy/paste a delimited string into the AutoCompleteBox such as follows -  test@test.com;test2@test.com;test3@test.com

The expected behavior would be to tokenize all three of those entries; however, it only takes the last entry and removes the others.  Is there a way to get it to tokenize all 3?

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 21 Mar 2016, 11:21 AM
Hello Clay,

In order to achieve the desired functionality, I would suggest you to refer to the following forum thread, where a college of mine had demonstrated the proper implementation, handling the OnClientLoad client-side event of the control and using jQuery:

http://www.telerik.com/forums/autocomplete-textbox-woth-semicolon-separated-value#7geQqvzj8UCw0QJ_14QEcg

Hope this would help.

Regards,
Nencho
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AutoCompleteBox
Asked by
Clay
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or