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

Check Box List in RadCombo Box not working properly ..... Please help urgent.

3 Answers 75 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 2
Manish asked on 19 Aug 2011, 09:55 AM
Hi,

<telerik:RadComboBox ID="rcbCommunity" runat="server" AutoPostBack="true" EnableViewState="true"
                    OnClientBlur="OnClientBlur" Text="" Style="position: relative; float: left; margin: 10px 0px 0px 10px;"
                    Width="200px">
                    <Items>
                        <telerik:RadComboBoxItem Text="" runat="server" />
                    </Items>
                    <ItemTemplate>
                        <asp:CheckBoxList ID="chkCommunity" runat="server" EnableViewState="true">
                        </asp:CheckBoxList>
                    </ItemTemplate>
                </telerik:RadComboBox>

I am using checkbox list in radcombo box. It is woring fine but i am facing some problem in that
1.)  when i click on All than i am not able to make all option as select mode. Mean I want that i have to make all check boxes as selected when i click on ALL.

2.) If i select all options manually and that i have make any option as unselect than the option says ALL should become unselected.

Please you can see the images for clarification.

Thanks
Manish.

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2011, 10:20 AM
Hello Manish,

Check the following CodeLibrary which explains how to use Select All with checkboxes inside RadComboBox.
Combobox with checkboxes and select all

Thanks,
Shinu.
0
Manish
Top achievements
Rank 2
answered on 19 Aug 2011, 11:18 AM
Hi Shinu,

Thanks for the help. Your code reference was good and working fine but i need some different code. Because i am using asp CheckBoxList in combobox and a big functionality depends on checkboxlist in my application so please help me in this by using checkbox list. Please see the images for the better explanation.

waiting for your reply.

Thanks
Manish.
0
Cat Cheshire
Top achievements
Rank 1
answered on 19 Aug 2011, 04:02 PM
You can try handling SelectedIndexChanged event of the the CheckBoxList.
Tags
ComboBox
Asked by
Manish
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Manish
Top achievements
Rank 2
Cat Cheshire
Top achievements
Rank 1
Share this question
or