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

AjaxUpdatedControl Problem

1 Answer 113 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Yo
Top achievements
Rank 1
Yo asked on 08 Jan 2014, 07:24 AM
Hi,
      I have try to setup my AjaxUpdated Control as below code:  
      And got the error  as attached image but it's running OK if i just click "continuous".
      Any idea what's the problem is ? Thanks 

      <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" OnAjaxRequest="RadAjaxManager1_AjaxRequest" DefaultLoadingPanelID="LoadingPanel1">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID ="MRibbonBar" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="MRibbonBar">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID ="MasterGrid" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 10 Jan 2014, 08:34 AM
Hi Yo,

Based on the provided information it is hard to say what is causing the described issue. Could you please post the full aspx page markup with the related code behind? Thus we will be able to gather more details about your scenario and provide you with more to-the-point answer.

Looking forward for your reply.

Regards,
Radoslav
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
Yo
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or