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

An issue with ajax manager

1 Answer 29 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Saeid Kdaimati
Top achievements
Rank 2
Saeid Kdaimati asked on 01 Oct 2013, 07:43 AM
Hi,

I configured ajax manajar as follow:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1" EnablePageHeadUpdate="False">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="typeRadio">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="uplPanel" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="certifiedPanel" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="instructionsLiteral" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="RequiredFieldValidator8" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="adminOfficeCombo">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="uplCombo" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="SaveBtn">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="content" LoadingPanelID="RadAjaxLoadingPanel1" UpdatePanelCssClass="" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>


When I select the first or last item in  typeRadio ( a radio list contain 3 items) it does a postback and does not execute the code then display this message "74|updatePanel|bridge_body_RadAjaxManager1SU||" in the same position of the ajax manager in the HTML.

If I disable AJAX on the ajax manager the page works fine.

Best

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 03 Oct 2013, 10:51 AM
Hello Saeid,

The presented issue appears in case nested Ajax settings are added on the page. Please note that it is not a supported scenario to add RadAjaxPanel/UpdatePanel control into the RadAjaxManager settings or use the both controls update the same part of the page. Therefore please revise your Ajax Settings as per this suggestions and verify how it goes.

Regards,
Maria Ilieva
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
Saeid Kdaimati
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or