4 Answers, 1 is accepted
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
Hello Binny,
Alternatively you can set the CheckedItemsTexts property to "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
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
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.