In my application I use the RadScheduler control work on MVC3, of course it is not support on MVC3 I must using Web service to bind data. And everything works fine in all browser. But when there are very much items display in the month view( total items close to 700 per month and I set VisibleAppointmentsPerDay="100" to show all of them). In the Firefox 13, IE9, Chrome it should take a froze page in 10s to 20s to loading and drawing all items and when I navigate to next month it takes time longer than that. Especially, in the IE7+ it show a froze page and after that throw an error: Stop running scripts?.
I tried to research to solve that error and i found interesting thing:
http://blogs.msdn.com/b/jpsanders/archive/2008/09/23/a-script-on-this-page-is-causing-internet-explorer-to-run-slowly-if-it-continues-to-run-your-computer-may-become-unresponsive.aspx
That
Error
script only show on IE7+ when there are more than 5 million line of scripts :(
I am appreciate any support to solve this issue, so far can I use lazy loading in the month view schedule to avoid the froze page???
7 Answers, 1 is accepted
You can refer to this help topic where several recommendation regarding the same error are provided.
Hope this will help you.
Plamen Zdravkov
the Telerik team

Hi Plamen,
I tried to follow the solution in your link bellow but the issue is still not solved.
pls, any other idea...
Thanks
Huy.
This exception is a known general issue in IE7 that is caused by a slow executing of large amount of scripts in the browser as it is described here. You can also review this forum thread where similar issue have been discussed.
Hope this will be helpful.
Plamen Zdravkov
the Telerik team

Thank Plamen for your support, that solution was resolved my issue however it mean I have to require IE7++ user must be fixed your IE browser before use our system.
So it would better if we have the solution to improve the Scheduler control that display a lager amount of appointments in the month view. In the our system we only use that control to display all appointment(month view, week view) and do not use any associate resource on from it (AllowEdit="false" AllowInsert="false" EnableAdvancedForm="false" EnableResourceEditing="false") however it still load data slowly.
Thanks,
Huy.
This behavior is caused by the large amount of appointments that have to be loaded at the same time in order to make the WebService binding work properly. The last thing I can think of that may improve the behavior in this scenario is to set the AppointmentStyleMode="Simple" property of RadScheduler. If it doesn't help this scenario will appear to be an expected browser limitation of our control. Please excuse us for that in advance.
Plamen Zdravkov
the Telerik team

Thank you for you feedback and your concern with RadControls.
Plamen Zdravkov
the Telerik team