RadAutoCompleteBox

Realized just now that we don't have a basic example for the RadAutoComplete box. It's so much handier to copy and paste code like this into a project than to type it out by hand. 

Related Articles

... and you 'll find more on the Telerik ASPNET Menu

 

<telerik:RadAutoCompleteBox RenderMode="Lightweight" runat="server" ID="RadAutoCompleteBox1" AutoPostBack="true" 
    InputType="Text" EmptyMessage="Select Item Number" DataTextField="itemnmbr" DataValueField="itemnmbr"
    Width="400px" DropDownWidth="398px"
    DropDownHeight="600px" Filter="Contains">
    <TextSettings SelectionMode="Single" />
    <DropDownItemTemplate >
        <%# DataBinder.Eval(Container.DataItem, "itemnmbr")%>  <%# DataBinder.Eval(Container.DataItem, "disc")%>
    </DropDownItemTemplate>
</telerik:RadAutoCompleteBox>

 

If Page.IsCallback Then
    Me.RadAutoCompleteBox1.DataSource = DynData.SPs.fp_IV00101_SEL_cbo(True, False, App.ConnectionString).getTable
End If

 


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences