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

AJAX Request Not Firing on All Browsers

1 Answer 69 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
randy
Top achievements
Rank 1
randy asked on 26 Jan 2009, 09:10 PM
I have a bit of Java below that fires when they move to tab 6. It works fine on my machine but I have tried it on other machines and it hasn't fired. We are both using IE 7. I am using the Jan 2007 version of Telerik.

Is there anything else I should be checking? Is there a setting that I might have turned on and he might have turned off. Testing on 5 machines so far has it working on my two and not working on the other 3.

Thanks
Randy Miller
TransGuardian

 



 

function OnClientTabSelected(sender, eventArgs) {

 

 

    var tabs = eventArgs.get_tab();

 

 

    if (tabs.get_index() == 5) {

 

 

        var ajaxManager = $find('<%= RadAjaxPanel1.ClientID %>');

 

        ajaxManager.ajaxRequest(

"FillOutSummery");

 

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 29 Jan 2009, 12:12 PM
Hi Randy,

Your code implementation seems correct in case you use ASP.NET AJAX versions of our controls - can you please verify that and migrate to the latest release 2008.3.1314 of RadControls for ASP.NET AJAX to see whether this helps? Note that if you are using release from January 2007 those will be plain ASP.NET versions of our tabstrip and ajax controls and this code snippet will error out.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
randy
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or