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

Text is not allowing in the AutoCompleteBox ?

1 Answer 51 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Madhu Palakurthi
Top achievements
Rank 1
Madhu Palakurthi asked on 08 Apr 2013, 03:18 AM
Hi,

I have added AutoCompleteBox to my page

1) Textbox is disabled ?



If i enable textbox using CSS ( firebug ) :

.racTokenList:after {
 displayblock !important;
}


2) text is not appearing when enter in to text box.





Code :

<telerik:RadAutoCompleteBox runat="server" ID="Recipient" Width="500px" DataSourceID="SqlDataSourceEmails"
                                                      DataTextField="ContactName" DataValueField="Email" Filter="StartsWith" Skin="Metro"
                                                      DropDownHeight="400px" DropDownWidth="500px">
                                                      <DropDownItemTemplate>
                                                          <table>
                                                              <tr>
                                                                  <td>
                                                                      <%# DataBinder.Eval(Container.DataItem, "ContactName")%>-
                                                                      <%#DataBinder.Eval(Container.DataItem, "Email")%>
                                                                  </td>
                                                              </tr>
                                                          </table>
                                                      </DropDownItemTemplate>
                                                  </telerik:RadAutoCompleteBox>


Please help me on this.. Thanks..

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 08 Apr 2013, 03:35 PM
Hello Narsa,

I noticed that you had submitted an identical support ticket(Ticket ID : 679624). Therefor, I would like to ask you to continue our conversation in the other ticket, in order to keep the correspondence consistent. 

Regards,
Nencho
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
Madhu Palakurthi
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or