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

[Solved] RadComboBox & AjaxControlToolkit?

5 Answers 152 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ana
Top achievements
Rank 1
Ana asked on 29 Sep 2009, 09:10 AM
Hi! I have RadComboBox inside an UpdatePanel. On its selected index change event, i populate other controls inside same update panel and that works fine. But when I make selection from popup window (using ajax control toolkit and modal popup extender), same set of controls (radcombobox too) should be populated, but in that moment (when popup is closed) my combobox is not populated and it's shown only a small part of it.
<asp:UpdatePanel ID="upPartner" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false">  
    <ContentTemplate> 
        <table id="tblMain" runat="server" style="width: 100%;" cellpadding="0" cellspacing="0">  
            ...  
            <tr> 
               <td style="width: 75%;">  
                                  
                                <telerik:RadComboBox ID="comboName" runat="server" AllowCustomText="true" Width="75%" 
                                    AutoPostBack="true" Skin="Vista" OnSelectedIndexChanged="comboName_SelectedIndexChanged">  
                                    <ItemTemplate> 
                                        <asp:Label ID="lblItemText" runat="server" CssClass="StandardInput"></asp:Label> 
                                    </ItemTemplate> 
                                </telerik:RadComboBox> 
                            </td> 
                        </tr> 
...  
</ContentTemplate> 
</asp:UpdatePanel> 

I don't know what causes that, update panel or ajax control toolkit or something else?
Thanks, Ana

5 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 02 Oct 2009, 07:39 AM
Hi Ana,

I've tested the described scenario and setting ChildrenAsTriggers property of the UpdatePanel to true fixes the issue. Please try it and let us know how it goes.

Best wishes,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ana
Top achievements
Rank 1
answered on 02 Oct 2009, 10:02 AM
thanks a lot, that helped.
other problem is that this control doesn't work with mozilla firefox (i have version 3.0.6)
is there any fix for that?
0
Yana
Telerik team
answered on 07 Oct 2009, 12:49 PM
Hi Ana,

I've tested it in Firefox 3.0.6 and it worked without a problem at our side.

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Gilberto Moreno
Top achievements
Rank 1
answered on 09 Dec 2009, 03:38 PM

i have the same problem and set ChildrenAsTriggers property on updatePanel and not work.

Radcombobox not populating inside the updatepanel.

some idea for solve this problem?

Thanks

0
Simon
Telerik team
answered on 11 Dec 2009, 12:26 PM
Hello Gilberto Moreno,

Can you please describe in more details the layout of your page or paste here the code and how you are reproducing the issue on your side?

Regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Ana
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ana
Top achievements
Rank 1
Gilberto Moreno
Top achievements
Rank 1
Simon
Telerik team
Share this question
or