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

Scheduler AJAX and Windows8

2 Answers 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Robbie Hughes
Top achievements
Rank 1
Robbie Hughes asked on 06 Nov 2012, 09:55 PM
Hi All,

we are using telerik version 2010.3.1317.35 and it's Scheduler component! The way it's used it's with ajax webservice binding and grouping it by Persons. The users sees a list of Person and can select/unselect the ones he will like to see. As the Scheduler is not able to repaint himself based on the grouped resource what I do is reload the whole component by an Ajax request! 

Everything was working really well as expected until we moved to Azure or IIS8 on Windows8. On both cases the request comes back apparently succesfull (with all the resources beeing pooled from the server through the ScripResource.axd but the component stop to work. Not a single button | event or anything is binded at all. It doesn't throw any javascript error, it's just that nothing is binded and none for the events from the Scheduler are called.

Investigating I saw that doing that: $find('<%=RadScheduler1.ClientID %>'); returns null 

I'm quite sure it has to be related to the config of the server but can't figure out what! We have that application running on two IIS7 working totally fine but it's just when working over the mentioned servers that problems occurs. We are using MVC.net 2 and ASP.NET 3.5.

Any ideas? Apparently the config on the IIS7's are identical :S 

Any help would be much appreciated!

regards and thanks in advance :)

2 Answers, 1 is accepted

Sort by
0
Robbie Hughes
Top achievements
Rank 1
answered on 07 Nov 2012, 01:49 PM
As I can guess the Javascript Client object for the RadScheduler should be living here: Sys.Application._components as I can see prior to the Ajax Request and the other IIS applications where this software run! However after the AJAX request is done the object looks empty! I thought that might give a hint on resolving the problem! thanks!


0
Plamen
Telerik team
answered on 09 Nov 2012, 01:39 PM
Hello Robbie,

 
Would you please test with the samples from this KB and let us know if the same unusual behavior can be reproduced with it as well or something else should be added?

Regards,
Plamen
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
Scheduler
Asked by
Robbie Hughes
Top achievements
Rank 1
Answers by
Robbie Hughes
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or