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

RadAutoCompleteBox without DataSourceID which I entered that only it should select

1 Answer 110 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Subbarayudu
Top achievements
Rank 1
Subbarayudu asked on 13 Sep 2012, 10:55 AM
I have a RadAutoCompleteBox 

<

 

 

telerik:RadAutoCompleteBox runat="server" ID="radtxtKeywordSearch" InputType="Token"

 

 

 

AllowCustomToken="true" Height="200px" Width="500px" DropDownWidth="500px" DropDownHeight="200px"

 

 

 

BorderColor="Gray" BorderWidth="1px" BorderStyle="Solid" CssClass="radsearch"

 

 

 

BackColor="#F0F8FF">

 

 

 

</telerik:RadAutoCompleteBox>

 


I am entering something text like "re" but it is selecting "real estate" once type Enter button
my query is it should not select real estate it should select what i have entered that only for that
what i need to do
Could u plz. suggest me...
Advance thank u

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 13 Sep 2012, 03:58 PM
Hello Rayudu,

You can use the AllowCustomEntry property which when enabled gives the users the ability to create custom entries for RadAutoCompleteBox.
The following online demo contains a RadAutoCompleteBox with AllowCustomEntry set to 'true' and delimiter set to ';' (which is the default value for the delimiter): http://demos.telerik.com/aspnet-ajax/autocompletebox/examples/programming/addremove/defaultcs.aspx.

I hope this helps.

Regards,
Ivana
the Telerik team
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 their blog feed now.
Tags
AutoCompleteBox
Asked by
Subbarayudu
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or