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

Does AjaxManager.ajaxRequest client script works on Safari/Firefox/Opera?

3 Answers 75 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
King Chan
Top achievements
Rank 1
King Chan asked on 25 Apr 2011, 06:24 PM

Hello Telerik Staff,

My question is as my title ask, does it support on Safari and other browser?
In my asp page, I can open RadWindow with client script, then when user click the submit button in the RadWindow, it trigger the RadWindow client-onclose and do the follows:

 

 

var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>"); 
ajaxManager.ajaxRequest(value.By);

 

 

 

 

 

But I don't see the postback after the RadWindow close on Safari, I just wonder does it support?
Note: It is working prefectly on Internet Explorer, the last time I update my Telerik is on Nov I believe.

Thanks,
King

3 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 28 Apr 2011, 09:12 AM
Hello King,

Indeed, the ajaxRequest() client-side method of RadAjax can be used in any browser to invoke ajax request manually. Can you confirm no javascript errors are thrown in the problematic browsers?
Also, make sure the argument you are passing to the ajaxRequest() method is a single string .

Greetings,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
William
Top achievements
Rank 1
answered on 27 May 2011, 08:18 AM
Hi,

I am getting the same issue.

I have latest 519.40 telerik.web.ui
firefox:3.6.17

actually both IE and firefox did not work.
error from firefox:
Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
Source File: http://localhost:49560/ScriptResource.axd?d=XsXmywkMwCUC_HhlgCPhZJckf_Pac_anTMjibTxqJH0kUhbY-LzmhNSaiGrZEnuA_xl1_X86ZeKldkUHDfizuUMSlbqg_VWeJ4ndn1B5pnCwxicpjcHOFoTAhkOOXWqipbNL6Fe4ugl3Gzv_hMrYTGLnwjce6m2ZIwNF0&t=2610f696
Line: 1287
0
Iana Tsolova
Telerik team
answered on 27 May 2011, 10:30 AM
Hello William,

The error message is not enough to find the source of the issue. Can you try disabling ajax temporary and see if any server-side errors are thrown then?
Other than this, I might need to debug the project to see what when wrong.

Greetings,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
King Chan
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
William
Top achievements
Rank 1
Share this question
or