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

AutoCompleteBox - Telerik Control

1 Answer 43 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 11 Feb 2016, 09:48 AM

Hi

 How to implemented AutoCompleteBox  in Telerik RadCombobox control  . But I saw this in teklerik home website here DataSourceID="SqlDataSource1"  mention for fetch the data . But i never need this logic i need fetch data from the server side c# code using list object from the database how will do this 

any one post this.

 

 

<telerik:RadComboBox RenderMode="Lightweight" ID="RadComboBox1" runat="server" Width="400" Height="400px" 
                EmptyMessage="Type an E-mail" DataSourceID="SqlDataSource1" DataTextField="ContactName"
                OnItemDataBound="RadComboBox1_ItemDataBound">
            </telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 16 Feb 2016, 09:23 AM
Hi Jaya,

Our RadComboBox control offers built-in auto complete functionality, so you will not need to implement RadAutoCompleteBox within the RadComboBox. You can consult this comparison between the two controls for further details on the functionality they offer. You can also read more about the asp.SqlDataSource from the asp documentation.

I hope that the above answers your question.

Regards,
Veselin Tsvetanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AutoCompleteBox
Asked by
Jaya
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or