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

Multi-column ComboBox with data from WebService

1 Answer 63 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Colm
Top achievements
Rank 1
Colm asked on 11 Feb 2011, 03:14 AM
Can anyone please give me a simple example for a Multi-column ComboBox (the top one mentioned here http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx) that reads the data from a WebService at run-time using the following tag inside the ComboBox:

<WebServiceSettings Method="GetHeadings" Path="~/WebService/ListingHeadings.asmx" />

A sample code project would be really helpful.

Regards,
Paras Wadehra

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 17 Feb 2011, 01:41 PM
Hi Colm,

When using web service, you cannot have templates. The reason is simple - since only JSON is sent back and forth the actual template contents (controls and HTML that is) are lost. You should load the items in a different way in order to use templates.

Best wishes,
Yana
the Telerik team
Tags
ComboBox
Asked by
Colm
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or