Hi,
I'm using the checkbox=true property for the RadComboBox.
Here is the code:
<telerik:RadComboBox ID="cboApplication" runat="server"
CheckBoxes="true" EnableCheckAllItemsCheckBox="true">
<Localization CheckAllString="All" AllItemsCheckedString="All" ItemsCheckedString="Items Selected" />
</telerik:RadComboBox>
In code behind I fill in the values and set all items to selected.
My Problem is that after changing the selection (un selecting a few items) and closing the combobox, only the first item is displayed in the combobox.
I would like that all the selected items will be displayed.
Naphtali