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

[Solved] Simple RadAjaxManager problem?

3 Answers 101 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mark Volstad
Top achievements
Rank 1
Mark Volstad asked on 20 Feb 2008, 02:27 PM

I must be missing something obvious. In the code below, I want Button1 to perform an Ajax postback. This works as expected. I want Button2 to perform a normal (non-Ajax) postback, but it performs an Ajax postback even though it is not listed as a "trigger" in AjaxSettings. What am I doing wrong? I'm running v2007.3.1314.20.

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="Button1">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="Panel1" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManager> 
 
<asp:Panel ID="Panel1" runat="server">  
    <asp:Button ID="Button1" runat="server" Text="Button1" /> 
    <asp:Button ID="Button2" runat="server" Text="Button2" /> 
    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> 
</asp:Panel>  

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 22 Feb 2008, 11:28 AM
Hi Mark Volstad,

Unfortunately this is a limitation of the current implementation of the Prometheus AjaxManager (controls that are part of the UpdatedControls collection for a given ajax setting, are implicitly ajaxified and trigger ajax requests on their own) and we cannot suggest you a workaround at the moment.


Regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mark Volstad
Top achievements
Rank 1
answered on 22 Feb 2008, 12:51 PM
Thank you for the reply. I guess I will go back to using a standard Microsoft UpdatePanel for now. I hope that this is resolved in the official release of Prometheus. Prometheus shows a lot of promise, but I cannot live without this functionality.

Mark
0
Giuseppe
Telerik team
answered on 22 Feb 2008, 04:24 PM
Hi Mark Volstad,

We will do our best to resolve this limitation for the official release of the control.

We are sorry for the inconvenience.


Regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Mark Volstad
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Mark Volstad
Top achievements
Rank 1
Share this question
or