New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Binding to WCF

RadDropDownList supports binding to an WCF service.

Example of binding to WCF service

ASPNET
<telerik:RadDropDownList RenderMode="Lightweight" ID="RadDropDownList1" runat="server" Skin="Default" EmptySelectionMessage="Select">
	<WebServiceSettings Path="DropDownListWcfService.svc" Method="LoadData" />
</telerik:RadDropDownList>