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

telerik:AjaxUpdatedControl postback issue

1 Answer 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anurag
Top achievements
Rank 1
Anurag asked on 07 Mar 2011, 04:16 PM
Hi,

I am facing a strange problem.We have  a dropdown list and based on the selection update occurs. As we don't want postbacks,
we have achieved this through AjaxUpdatedControls.
So for 10-15 times it never posts back and thats fine
But strangely after trying for 10-15 times..the page refreshes/postbacks.

Is this some kind of bug? I am using Telerik.Web.UI.dll  (Version - 2010.1.415.35)
Please have a look.QA is giving me hard time :)

<telerik:RadAjaxManager ID="ajaxSubmitDSEvent" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="ddlMyHLSite">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="lstSubEventType" LoadingPanelID="loadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="btnUpdateAddress">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="txtDisplayAddress" LoadingPanelID="loadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel runat="server" ID="loadingPanel1" EnableEmbeddedSkins="false" />

Many Thanks
Anurag

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Mar 2011, 10:27 AM
Hello Anurag,

We are not able to replicate such an issue on our side. Please review the attached sample application, test it on your side and let me know if the same behavior appears.


All the best,
Maria Ilieva
the Telerik team

Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Anurag
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or