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

RadAjaxManager is not working in IE and other browser

5 Answers 173 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Vijayasarathi
Top achievements
Rank 1
Vijayasarathi asked on 01 Jul 2013, 07:41 AM
Hi Team,

        RadAjaxManager version 2011. 2 .915. 35

       We are firing the Ajax_Request by clicking the RadGrid Client side drill down script. This functionality is working fine when I click first time on RadGrid Drill Down Icon. The next time it is not firing the Ajax_Request. This Scenario is tested in IE 8  , 9 and Chrome

Kindly advise me to resolve this issue.


ASPX
function PerformAjaxRequest(requestType) 
{
  var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
  ajaxManager.ajaxRequest(requestType);
}

C#
protected void RadAjaxManager1_AjaxRequest(object sender, Telerik.Web.UI.AjaxRequestEventArgs e)

   ---
   ---
   ---
}


5 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 04 Jul 2013, 08:18 AM
Hello Vijayasarathi,

Thank you for contacting us.

Note that the provided code for initiating AJAX request with ajaxRequest() function should work if all the setting in RadAjaxManager are correct and there are no JavaScript errors. 

In order for us to be of any assistance I will ask you to submit more of your project (RadGrid declaration as well as the related code behind, the RadAjax settings and all client code you have on the page) or open a support ticket and attach to it a simple, runnable project with the described issue.

Additionally, please elaborate a bit more on what exactly “RadGrid Drill Down Icon” refers to.

Looking forward to your reply.


Best Regards,
Konstantin Dikov
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.
0
Vijayasarathi
Top achievements
Rank 1
answered on 08 Jul 2013, 11:23 AM
Hi,

This Forum is not allowing me to upload zip format file.
Please suggest me to send those files to you.
0
Konstantin Dikov
Telerik team
answered on 09 Jul 2013, 08:52 AM
Hi Vijayasarathi,

Thank you for getting back to us.

Since you are allowed to attach only images in the forum posts I will suggest you post your code snippets using “Format Code Block” or (best for inspection) submit a support ticket where you can attach archive with your runnable project.

Looking forward for your reply.

 

Regards,
Konstantin Dikov
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.
0
Vijayasarathi
Top achievements
Rank 1
answered on 09 Jul 2013, 09:46 AM
Hi,

Ticket number is : 713611
I have attached the attachment in that ticket.

Our project size is more than 200MB, i couldn't give runnable project to you. however I have copied the related aspx and cs file to you. please check and help us.


0
Konstantin Dikov
Telerik team
answered on 10 Jul 2013, 11:27 AM
Hello Vijayasarathi,

Thank you for opening a support ticket. 
We have addressed the issue there. For consistency we can continue any further communication on the matter in that support ticket.
 

Best Regards,
Konstantin Dikov
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
Vijayasarathi
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Vijayasarathi
Top achievements
Rank 1
Share this question
or