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

OnResponseEnd not firing with RadMultiPage

1 Answer 104 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 25 Oct 2011, 05:22 PM
Hi,

I've got a page with a RadAjaxManager on with an OnResponseEnd method. It had a single Formview on the page, ajaxified by the RadAjaxManager. In this scenario, the OnResponseEnd method of the RadAjaxManager was called when the Formview updated, as expected.

I've now placed a RadTabStrip on the page, with an associated RadMultiPage control. I've added a RadPageView to the RadMultiPage, and placed my Formview in the RadPageView. Now, the Formview still appears to be ajaxified by the RadAjaxManager, but the OnResponseEnd javascript method is never fired.

Any ideas?

Thanks,

Matt

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 28 Oct 2011, 08:14 AM
Hello,

I suppose that the problematic behaviour is caused as during the Ajax request some error appear and the request is terminated without calling the expected event. Could you please inspect the Ajax request using some of the browser's dev tools and verify if this is the case. Also please note that in masterPage scenarios you could not add single page view or control in a pageview into the RadAjaxManager settings but you should add the whole MultiPage as updated control. Please review the following help topic for more information on this matter:
http://www.telerik.com/help/aspnet-ajax/ajax-tips-and-tricks.html

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