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.
Is there an ungraded version of the file I should be using with 2013.3.1015.40 ?
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 ?