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

AutoCompleteBox - Singe Text Settings does not work

1 Answer 60 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Dong
Top achievements
Rank 1
Dong asked on 20 Jun 2013, 07:01 PM
I know that AutoCompleteBox default value is mulitple entry.
I want to allow only one entry, so I used 

                <telerik:RadAutoCompleteBox ID="RadAutoCompleteBox1" runat="server"  DropDownWidth="300px"
                    DataSourceID="Employee" DataTextField="emName" 
                    DataValueField="emName" TextSettings-SelectionMode="Single">



It still allow mulitple entry.. I tried another way to put below 
 <TextSettings SelectionMode="Single" />

But, it still

any ideas.???
Thanks

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 21 Jun 2013, 08:18 AM
Hello Dong,

Note that you need to have set the InputType property of the RadAutoCompleteBox to Text as explained in this help article.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
AutoCompleteBox
Asked by
Dong
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or