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

RadComboBox All items selected default message

4 Answers 333 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
binny
Top achievements
Rank 1
binny asked on 26 Jan 2017, 09:48 PM
When there is only one item in the radcombobox I see "All items selected" default message , I dont want this functionality and instead I want to show the item itself , what should I do ? , please help 

4 Answers, 1 is accepted

Sort by
0
binny
Top achievements
Rank 1
answered on 27 Jan 2017, 08:27 PM
I had to add a dummy value in the list just to avoid "all items checked" feature 
0
Ivan Danchev
Telerik team
answered on 31 Jan 2017, 02:37 PM
Hello Binny,

Alternatively you can set the CheckedItemsTexts property to "DisplayAllInInput":
<telerik:RadComboBox ID="RadComboBox2" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" CheckedItemsTexts="DisplayAllInInput">

This will prevent the "All items checked" message from appearing. The two possible values of this property are explained in the documentation.

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Ciupaz
Top achievements
Rank 2
Veteran
answered on 15 Jul 2020, 01:48 PM

Hello,

how can I remove the word (Tutti) - All in Italian - from my RadComboBox? 

 

0
Ciupaz
Top achievements
Rank 2
Veteran
answered on 15 Jul 2020, 02:18 PM

Sorry, my fault, it was already in the record set. 

L.

Tags
ComboBox
Asked by
binny
Top achievements
Rank 1
Answers by
binny
Top achievements
Rank 1
Ivan Danchev
Telerik team
Ciupaz
Top achievements
Rank 2
Veteran
Share this question
or