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

AutoCompleteBox Implementation

1 Answer 45 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 12 Feb 2016, 04:38 AM

Hi

 How to Implementation AutoCompleteBox with Image for Ex:

My Control this but here i added this DataSourceID="SqlDataSource1"  but no need this i need fetch the data from database using c# and list object 

can you fixed 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>

 

But My Need this

 In my AutocompleteBox shows like this -> multiple column with image then c# list object using webservices  for Data binding.

 

EMPID   EMPNAME    EMPIMAGE

100        NAME HERE  IMAGE HERE 

 

 how will do this any one fixed this

 

1 Answer, 1 is accepted

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

You can use the ClientDropDownItemTemlate of the RadAutoCompleteBox in order to achieve the desired functionality and appearance. Attached you will find sample page implementing your scenario.

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