Hi,
I'm using the checkbox=true property for the RadComboBox.
Here is the code:
I'm using the checkbox=true property for the RadComboBox.
Here is the code:
<telerik:RadComboBox ID="
CheckBoxes="true"
<Localization Chec
</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