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

Binding Radcombo with checkbox from Client side

2 Answers 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Anand
Top achievements
Rank 1
Anand asked on 18 Apr 2012, 12:56 PM
Hello,

Please help me out in binding Radcombo with checkbox from client side with examples...

Code :
 <telerik:RadComboBox ID="radcmdTest" runat="server" >          
                   <ItemTemplate>
                       <div onclick="StopPropagation(event);">
                               <asp:CheckBox runat="server" Checked="false" Text='<%# Eval("Valuedesc")%>' ID="chk"      ClientIDMode="AutoID" onclick="CheckBoxClick(this);" />                                                     
                        </div>
                  </ItemTemplate>                                                        
   </telerik:RadComboBox>


Thanks 
Anand

2 Answers, 1 is accepted

Sort by
0
Anand
Top achievements
Rank 1
answered on 19 Apr 2012, 05:23 AM
No Reply ???????
0
Ivana
Telerik team
answered on 20 Apr 2012, 03:49 PM
Hi Anand,

ItemTemplates in RadComboBox are not allowed with web service binding. More about it can be found here: http://www.telerik.com/help/aspnet-ajax/combobox-templates-overview.html.

Greetings,
Ivana
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
Anand
Top achievements
Rank 1
Answers by
Anand
Top achievements
Rank 1
Ivana
Telerik team
Share this question
or