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

BUG with parented comboboxes where children have checkboxes

1 Answer 27 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 08 Nov 2012, 09:17 AM
Hi,

I have drastically simplified my code and cannot figure out a bug that is now happening.

I have a combobox and once values have been selected it goes away and the child gets populated.  I have 100s of these and they work fine.  Now that I've upgraded to Q3 2012 I am finding that when the child combo box has checkboxes I run into issues.

The combo still works and gets populated with the data but when I click on one of the checkboxes the text doesn't appear in the combo box line

BTW your support page is showing a 403 error...

Basic code is as follows: 

<telerik:RadAjaxManager ID="uxRadAjaxManager" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="uxClient">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="uxPortfolio" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadComboBox ID="uxClient" Runat="server" AllowCustomText="true" CssClass="halfWidthComboBox"
onclientselectedindexchanging="LoadClientChildren" onitemsrequested="uxClient_ItemsRequested" MarkFirstMatch="True"></telerik:RadComboBox>
<br />
<telerik:RadComboBox ID="uxPortfolio" Runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true"
onitemsrequested="uxPortfolio_ItemsRequested" MarkFirstMatch="True"
></telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 12 Nov 2012, 03:35 PM
Hello Jon,

I am afraid that simultaneous usage of CheckBoxes and LoadOnDemand is not a supported scenario.
Please find more details about this topic here.


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