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

Complete posback for first time with RadAjaxPanel

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
nav100
Top achievements
Rank 1
nav100 asked on 15 Feb 2011, 05:06 PM
Hi,

I am experiencing problem with RadAjaxPanel. It does complete posback when selected index changed of RadComboBox for the first time. It works fine after. What could be the problem? Here is my code. This code is in User Control.

Thank you..

<telerik:RadAjaxPanel ID="radAjaxPanel1" runat="server" LoadingPanelID="radldpnlContactInfo">
    <asp:Panel ID="Panel1" runat="server" Visible="False">
        <table id="Table1"><tr><td>
                                <telerik:RadComboBox ID="RadComboBox1" runat="server"
                                    AutoPostBack="true" OnSelectedIndexChanged="RadComboBox1_SelectedIndexChanged">
                                </telerik:RadComboBox>
                            </td>

                            <td valign="top">
                                <br />
                                <asp:Button ID="button1" runat="server" OnClick="button1_Click" Text="Test1"
                                    /><br />
                                <asp:Button ID="button2" runat="server" OnClick="button2_Click" Text="Test2"
                                     />
                            </td>
                        </tr>
                    </table>
</asp:Panel>
</telerik:RadAjaxPanel>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Feb 2011, 02:20 PM
Hi Nara,

Could you please let me know how the UserControl is loaded on the page? If they are dynamically added please make sure that they are added in Page_Load or Page_Init events.

Regards,
Maria Ilieva
the Telerik team
Tags
General Discussions
Asked by
nav100
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or