Situation is straight forward. I have a textbox with ajax autocomplete extender. Data that comes back as user types is simple: Last Name , First Name
My issue is that i need for users to be able to type the "," comma that separates the names.
This is so they can narrow down the candidate data by First Name... Example:
Smith, Able Smith, Baker Smith, Charlie
Problem is as soon as I type a "," the list of data disappears. I tried taking "," out of the delimiters tag, but that didn't work.
I only need to be able to select a single entry, not multiple.
Any idea on how I can allow the entry of the "," and have the autocomplete continue on?