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

[Solved] OnRequestStart & OnResponseEnd not firing from RadAjaxManagerProxy

1 Answer 272 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 2
Justin asked on 17 Jun 2009, 07:23 PM
I can't seem to get these two client-side events to fire when the event comes from the proxy within a user control.  I've defined the javascript handlers on the RadAjaxManager to take care of the events.  The button within the user control gets ajaxified by its container, a RadMultiPage, which has a RadAjaxManagerProxy within it.  However, I'm trying to disable Ajax on this button so that a full postback can occur and a file can be output for consumption.  I'm currently using RadControls for ASP.NET AJAX Q1 2009 (build 527).

function OnRequestStart(sender, args) { alert("Request start"); }
function OnResponseEnd(sender, args) { alert("Response complete."); }

Right now I'm just using simple alert messages, but they never seem to happen.  My work-around solution was to use, but is this something that Telerik plans on addressing?:
RadScriptManager.GetCurrent(this.Page).RegisterPostBackControl(this.MyButton1);


1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 18 Jun 2009, 07:33 AM
Hi Justin,

Could you please post you RadAjaxManagerProxy settings here? 
Additionally, you can check the attached sample which follows your scenario on your end, and see what differs in your case.

All the best,
Iana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Justin
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Share this question
or