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

RadAutoCompleteBox inside a Formview

0 Answers 91 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
GUTIERREZ Nicolas
Top achievements
Rank 1
GUTIERREZ Nicolas asked on 22 Oct 2012, 12:40 PM
Hi,

Is it possible to use the RadAutoCompleteBox inside a FormView ?
What is the parameter to link the "bind" attribute ? Text, Value, DbText ?

For example :

<asp:FormView ID="fvDetail" runat="server" DataKeyNames="Id" DataSourceID="eds">
<EditItemTemplate>

<telerik:RadAutoCompleteBox ID="racb" runat="server" AllowCustomEntry="false" Delimiter="," DropDownHeight="150" DropDownWidth="250" InputType="Token" Text='<%# Bind("Ids") %>' Width="100%">
<Entries>
<telerik:AutoCompleteBoxEntry Text="One" Value="1" />
<telerik:AutoCompleteBoxEntry Text="Two" Value="2" />
<telerik:AutoCompleteBoxEntry Text="Three" Value="3" />
</Entries>
</telerik:RadAutoCompleteBox>

</EditItemTemplate>
</asp:FormView>

And is it possible to open the dropdownlist when the box has the focus ?

Thanks in advance !

No answers yet. Maybe you can help?

Tags
AutoCompleteBox
Asked by
GUTIERREZ Nicolas
Top achievements
Rank 1
Share this question
or