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

Update AjaxPanel content only

1 Answer 38 Views
AjaxPanel
This is a migrated thread and some comments may be shown as answers.
Stefania
Top achievements
Rank 2
Stefania asked on 05 Jul 2016, 10:32 AM

Hi, in my default.aspx I have 4 tabs (jquery).

Each tabs contains a user control.

In this user control I have an ajaxpanel with a rad grid, some filters and a button.

How can I update only the ajaxpanel? With the following code it always pass through the default.aspx Page_load

<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="SubmitButton">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="AlarmHistoryRadGrid" LoadingPanelID="RadAjaxLoadingPanelMain" />
                <telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" />
            </UpdatedControls>
        </telerik:AjaxSetting>       
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>

 

thank you

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 08 Jul 2016, 08:12 AM
Hi,

Note that passing through the PageLoad event is absolutely expected even Ajax is used on the page. When the page is ajaxified, it keeps the same page Lifecycle  however only the ajaxified components are updated silently. This is how Ajax works in general. Please do let us know what the exact requirements for your scenario are so that we can suggest the best solution for your case.

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AjaxPanel
Asked by
Stefania
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or