I have a RadComboBox which is populated from a WebService. The items returned from this service are checked to see if an item is a seperator, if so, the IsSeperator flag is set to true for that item. Things are fine till here.
I have Checkboxes = true and EnableCheckAllItems = true set on the RadComboBox. Problem is, if I select the "CheckAll" item, it selects even the seperator (I am hiding the checkbox for the seperator through JavaScript). This should not happen, since these are just seperators and not the items.
I am able to disable the checkboxes and its functionality for the seperators in javascript, but what I want is "All Items Selected" text to be shown and no seperators checked.
Is there a workaround for this problem ? Or, Am I missing something here ?
Thanks,
Anup
I have Checkboxes = true and EnableCheckAllItems = true set on the RadComboBox. Problem is, if I select the "CheckAll" item, it selects even the seperator (I am hiding the checkbox for the seperator through JavaScript). This should not happen, since these are just seperators and not the items.
I am able to disable the checkboxes and its functionality for the seperators in javascript, but what I want is "All Items Selected" text to be shown and no seperators checked.
Is there a workaround for this problem ? Or, Am I missing something here ?
Thanks,
Anup