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

Add "," instead of semicolon in between items.

1 Answer 87 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Saira
Top achievements
Rank 1
Saira asked on 05 Mar 2013, 08:09 AM
Hello All,

There are few entries in my RadAutocompletebox which is in Text mode and all those entries are seperated by semicolon. I would like that semicolon to be replaced by , (coma) in between the items added.

Please help,
Saira.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Mar 2013, 08:44 AM
Hello Saira,

You can set the Delimiter property of the RadAutoCompleteBox to show comma in between the entries.

ASPX:
<telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" runat="server" EmptyMessage="Enter Name"
    Delimiter="," InputType="Text" DataSourceID="SqlDataSource2" DataTextField="ContactName">
</telerik:RadAutoCompleteBox>

Thanks,
Princy.
Tags
AutoCompleteBox
Asked by
Saira
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or