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>