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

How to Uncheck Rad Combobox Header CheckBox After uncheking any one item template checkbox

1 Answer 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deekshith
Top achievements
Rank 1
Deekshith asked on 02 Apr 2014, 09:26 AM
Hi Iam using RadControls for ASP.NET AJAX Q3 2010.In my application iam having radcombobox with header template and item template checkboxes.I need help to uncheck the header after unchecking any one item template checkboxes.thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Deekshith
Top achievements
Rank 1
answered on 02 Apr 2014, 10:27 AM
Bellow is my Code Block:
<
telerik:RadComboBox ID="RadComboBox1" Runat="server">
                        <ItemTemplate>
                            <asp:CheckBox ID="CheckBox1" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"Names")%>'/>
                        </ItemTemplate>
                        <HeaderTemplate>
                            <asp:CheckBox ID="CheckBox2" runat="server" Text="All"/>
                        </HeaderTemplate>
                    </telerik:RadComboBox>
Tags
General Discussions
Asked by
Deekshith
Top achievements
Rank 1
Answers by
Deekshith
Top achievements
Rank 1
Share this question
or