Dears;
am having an issue on the combobox checkbox property;
the control syntax is:
<rad:RadComboBox ID="lstCustomrs" runat="server" Width="300px" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" Localization-AllItemsCheckedString="All Customers"EmptyMessage="Select Customer"></rad:RadComboBox>All Items are checked by default:
Private Sub lstCustomers_ItemDataBound(sender As Object, e As Telerik.Web.UI.RadComboBoxItemEventArgs) Handles lstCustoemrss.ItemDataBound e.Item.Checked = TrueEnd SubThe Scenario is:
- when i enter my page all items are checked by default
- then when i uncheck "check all" check box then choose a single item.
- then i go out of the control
- then i check anther checkbox item the checkbox items text still show the last single item that i have choosed.
Can you please advise