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