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

RadComboBox MultiSelect Issue

1 Answer 158 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Neha asked on 09 Apr 2012, 04:41 PM
Hi,
  I have Question related to RadComboBox with multiple checkBox option

I have a RadComboBox in which it has Multiple Items with Multiple Check Box.I want that when "All " checkbox is selected from the dropdown it should display "All" as Selected Value as a text and when "All" is not selected other items are selected it should display all the items(selected ones) instead of  displaying "3 items checkd or 2 items cheked" message.

Following is my code:

 

 

<telerik:RadComboBox ID="rdVacantBu" Skin="Web20Ext" CheckBoxes="true"

 

 

 

CheckedItemsTexts="DisplayAllInInput" EnableCheckAllItemsCheckBox="true" EmptyMessage="Please Select" ForeColor="Black"

 

 

 

Localization-CheckAllString="All" Visible="false" Font-Italic="false" EnableEmbeddedSkins="false"

 

 

 

BackColor="White" runat="server"> </telerik:RadComboBox>

 



Please helps us as soon as possible.

Thanks,
Neha

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 11 Apr 2012, 02:06 PM
Hi Neha,

An answer to your requirement has been provided at the following forum post: http://www.telerik.com/community/forums/aspnet-ajax/radcontrols-in-dotnetnuke/radcombobox-with-multiple-checkbox-option.aspx.

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