This is a migrated thread and some comments may be shown as answers.

Separators with CheckAll functionality

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Anup
Top achievements
Rank 1
Anup asked on 21 Mar 2012, 08:08 AM
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

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 23 Mar 2012, 01:02 PM
Hi Anup,

As far as I understand - you are trying to use Load On Demand(with WebService) along with the CheckBoxes feature.
I am afraid that this is not a supported scenario - please take a look at the "CheckBox Support" help article.

Kind regards,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Anup
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or