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

Advanced form causes page freeze on save or cancel

10 Answers 182 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Leighton
Top achievements
Rank 1
Leighton asked on 05 Apr 2011, 04:45 PM
I seem to be having issues with the advanced form on the radscheduler causing the page to freeze when the save or cancel buttons are clicked.  The advanced form does not close, and the ajax loading panel displays the updating graphic, but the scheduler does not update.

This issue seems to occur consistently with all attempts to use the scheduler.  I first tried to adapt the Outlook scheduler example, and then tried again this morning with a basic scheduler scenario and encountered the same issue.

The examples work fine when run on my local machine, so could it be some server configuration issue with our production server that might be causing this?

The production server is a Windows 2003 / IIS 6 setup.

10 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 06 Apr 2011, 08:11 AM
Hi Anthony,

Could you please check if you receive any Javascript errors. Also please stop the AJAX via EnableAjax="false" in the RadAjaxManager and check whether you are receiving some error in code. I assume that some scripts are not loaded correctly but I am not sure until you tell me whether you are receiving some errors.

Best wishes,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Leighton
Top achievements
Rank 1
answered on 06 Apr 2011, 02:34 PM
Hi Veronica,

Thank you for getting back to me.  With AJAX disabled, Firebug is showing the following error:

i[0] is undefined

On line 32 of RecurrenceEditor.js.

if(i[0].checked){h.show(); }

The advanced form also does not launch now.
0
Leighton
Top achievements
Rank 1
answered on 08 Apr 2011, 02:45 PM
Any luck hunting this down?  Is there anything else I can supply that would help diagnose the issue?
0
Veronica
Telerik team
answered on 10 Apr 2011, 12:25 PM
Hi Anthony,



In the ticket info I see that you are using version 2011.1 315. Can you confirm this?



Also could you please send me  a sample project that reproduces the issue so I can inspect it and help you?



Thank you!



Regards,

Veronica Milcheva

the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Leighton
Top achievements
Rank 1
answered on 11 Apr 2011, 04:43 PM
The version number is correct, yes: v. 2011.1.215.35

You can download the test solution from http://www.wildhoneymedia.com/files/testbed.zip

It was too large to upload the zip file.  ScheduleTest.aspx is the test file with the scheduler.

Thank you again for the help!
0
Leighton
Top achievements
Rank 1
answered on 13 Apr 2011, 10:19 PM
I have since upgraded to v. 2011.1.413.35 with the same results as before.
0
Veronica
Telerik team
answered on 14 Apr 2011, 07:52 PM
Hi Anthony,



I ran your project and I successfully created and edited appointments in the advanced form without any freeze in the Advanced Form.



However I suspect that maybe on your production server some scripts are not loaded correctly.



Could you please tell me whether you got the same issue with our "Advanced Templates" demo as I am not sure how to reproduce the issue on my side?



P.S: I saw that your Advanced Form looks transparent. This is a known issue and you can see how to fix it in this sticky forum post for Q3 2010.



Regards,

Veronica Milcheva

the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Leighton
Top achievements
Rank 1
answered on 15 Apr 2011, 02:21 PM
I'm having the same issue when I copy that demo to our production server.

i[0] is undefined
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.1.315/Scheduler/RecurrenceEditor/RecurrenceEditor.js
Line 32

this._pickers.startDate is null
http://64.18.218.208:3811/scheduleTest/AdvancedForm.js
Line 566

I am almost certain the issue is with our server, rather than the code, but I can't pin it down exactly.
0
Leighton
Top achievements
Rank 1
answered on 15 Apr 2011, 02:53 PM
Wow.  Okay, I found the problem!

The website was set to run using .NET 4.0.  For some reason we seem to have a configuration issue with that.  Downgrading the website ASP.NET version to 2.0.* and using 3.5 directives in the web.config file has solved the problem.  It's an adequate solution for us since we don't develop using .NET 4.0 anyway.

Thank you for helping me track this issue down!
0
Veronica
Telerik team
answered on 15 Apr 2011, 03:18 PM
Hi Anthony,

I'm glad that you found the solution.

Please feel free to ask me if you have further questions.

All the best,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Leighton
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Leighton
Top achievements
Rank 1
Share this question
or