WebService binding, JavaScript error when localizing the Recurrence editor
1 comment
ADMIN
Peter Milchev
Posted on:06 Dec 2017 12:35
Workaround:
Telerik.Web.UI.SchedulerRecurrenceEditor.LiteView.prototype._setIsRecurring = function (g) {
if (!g) {
this._getControl("RecurrentAppointmentDropDown").get_items().getItem(0).select(); // select the first item by index
}
}