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

RadScheduler stopped working after upgrade

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Felbrigg
Top achievements
Rank 1
Felbrigg asked on 30 Oct 2013, 10:41 AM
I had a RadScheduler in place and working under version 2011.3.1115.40 , upgraded to 2013.3.1015.40 and now the control has stopped working. Specifically, when I click  the recurrence checkbox, the associated panel does not open.

I'm getting a JS error when opening the page that is indicating that there are problems in the "AdvancedForm.js" file. The get_element() call is failing.

if ($telerik.isIE) {
    var textarea = this._getSubjectTextBox().get_element();
    textarea.style.cssText = textarea.style.cssText;
}


  Is there an ungraded version of the file I should be using with 2013.3.1015.40 ?

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 04 Nov 2013, 11:30 AM
Hello,

I would like to clarify that we are not aware of any issues with the AdvancedForm.js with our RadControls latest version. Could you please confirm that you are using this code library and specifically the AdvancedForm.js file provided in the attachment? Here you may watch this code library project ran locally at my local machine and as you can see no JavaScript errors are thrown when the recurring panel is expanded/collapsed. Could you please clarify whether you have made any custom modification to that file?

Regards,
Boyan Dimitrov
Telerik
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 the blog feed now.
Tags
Scheduler
Asked by
Felbrigg
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or