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

Binding using WebServiceSettings

1 Answer 76 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 23 Feb 2009, 03:38 PM
Hello,

I have a rad combo as:

<t:RadComboBox ...>
   <ItemTemplate>
        <asp:Label ID="lbl" runat="server" Value='<%# Eval("Name") %>' />, 
        <asp:Label ID="lbl2" runat="server" Value='<%# Eval("EmpNo") %>' />

       <asp:HiddenField ID="hdn" runat="server" Value='<%# Eval("Key") %>' />
   </ItemTemplate>
</t:RadComboBox>

Now, if I use the web service binding approach, i can supply the text, values, etc., but is it possible to bind data related to these fields being bound?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 25 Feb 2009, 09:13 AM
Hi Brian Mains,

Please check this blog post on the matter:
RadComboBox and ASP.NET AJAX 4.0 Preview – using client-side templates and webservice load on demand

Sincerely yours,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or