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

OnClientDropDownClosed and EnableCheckAllItemsCheckBox Properties

1 Answer 112 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 13 Mar 2012, 07:25 PM
I am using multiple RadComboBoxes to cascade selectable values. I am using the OnClientDropDownClosed client-side event to  fire the server-side ItemsRequested event to populate the next combobox in my sequence. Data for each combobox loads properly, but if I set the EnableCheckAllItemsCheckBox property to true, when I select the next combobox and before the ItemsRequested server-side event fires, I receive the following error:

"Microsoft JScript runtime error: 'this.get_checkAllCheckBoxDivElement().0.offsetHeight' is null or not an object"

Does anyone have any ideas how I can make all of these parts work together?

Thanks for any help.....

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 19 Mar 2012, 04:43 PM
Hi Greg,

I am afraid that simultaneous usage of Load On Demand and Checkboxes features is not supported.
Please find more details about this topic here.

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
Greg
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or