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

RadComboBox - Related ComboBoxes using WCF service

1 Answer 75 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 02 Dec 2011, 06:56 PM
Is there an example of related combo boxes using a WCF service. I'm fimilar with the related combobox example that uses server side code.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 07 Dec 2011, 12:32 PM
Hi Tim,

The scenario that you want to achieve will be similar to the one demonstrated here. When the client-side requestItems method is called a callback request is made, causing the ItemsRequested server event to fire or a request to be sent to a WebService. In your case you should not subscribe on the server-side event, but provide a service. On how to pass information to your service, which in your case will be the selected value of the first combobox, please refer to the following help article.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ComboBox
Asked by
Tim
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or