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

How to Use Autocomplete for Multi Column

3 Answers 294 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 11 Jun 2015, 09:14 AM

Hi

Webmaster 

I saw this url for Multiple column for Autocomplete following url . But here mention DatasourceID="Sqldatasource" but i need use this same sample for call 

asmx method how will do this any one guide me.

 http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx

 

3 Answers, 1 is accepted

Sort by
0
Aneliya Petkova
Telerik team
answered on 15 Jun 2015, 08:43 AM
Hi,

I am afraid that Templates are not supported when you use a web service to populate RadComboBox with data.
However, you can use both Load On Demand and Templates if you implement a server-side ItemsRequested event handler - please take a look at this online demo(see the first RadComboBox).

Regards,
Aneliya Petkova
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
0
Jaya
Top achievements
Rank 1
answered on 12 Feb 2016, 04:40 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
0
Veselin Tsvetanov
Telerik team
answered on 16 Feb 2016, 12:38 PM
Hi Jaya,

I noticed that you have already opened another forum thread on the same question (AutoCompleteBox Implementation). I would suggest you to continue the discussion on the issue there.

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
Aneliya Petkova
Telerik team
Jaya
Top achievements
Rank 1
Veselin Tsvetanov
Telerik team
Share this question
or