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

RadCombox item count issue

1 Answer 29 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Saimadhusudhan
Top achievements
Rank 1
Saimadhusudhan asked on 04 Feb 2016, 06:17 AM

 

I have a RadcomboBox with "CheckBox" options with  CheckBoxes="true"  EnableCheckAllItemsCheckBox="true" set. Now I populate the data with two separators. When "Check All" is selected it displays "All Items Checked" on top of the RadComboBox. It includes the two separators too. Now when I uncheck one of the items, it displays the count which includes the two separators. Now the user gets confused when 10 items are selected and one item is unchecked why it displays 12 items checked. It includes the two separators into count. How to avoid the two separators not to be counted.

 

Thanks

Madhu

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 09 Feb 2016, 07:14 AM
Hello Madhu,

You can access the "seperator" items using the built-in Find methods of the combo and set their Enabled property to False.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Saimadhusudhan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or