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 :)
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 :)