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

Radautocompletebox in Radwindow

1 Answer 15 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Khin Nyein
Top achievements
Rank 1
Khin Nyein asked on 15 Aug 2014, 01:38 AM
Hi,

I'm using the Radautocompletebox in Radwindow but I couldn't type anything in textbox and it's disable. Below is my code. 
<telerik:RadAutoCompleteBox ID="radAutoCompleteBox" runat="server" 
   Width="250" DropDownHeight="150" DropDownWidth="250" 
   TextSettings-SelectionMode="Single" 
   InputType="Token" ><TokensSettings AllowTokenEditing="true" />
</telerik:RadAutoCompleteBox>

I bind the control in page load.
radAutoCompleteBox.DataSource = cip.GetFI();
radAutoCompleteBox.DataTextField = "FINAME";
radAutoCompleteBox.DataValueField = "FIID";
radAutoCompleteBox.DataBind();

I don't know what's wrong with my code. Please help. Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 19 Aug 2014, 06:14 AM
Hi,

I have tested the provided code snippet and the RadAutoCompleteBox is working properly at my end. Could you verify the version of the controls that you are using as well as the browser where this issue is reproduced.

Regards,
Dimitar Terziev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Khin Nyein
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or