Completed
Last Updated: 12 Aug 2021 13:52 by ADMIN
Release R3 2021
ADMIN
Peter Milchev
Created on: 14 Feb 2017 17:11
Category: Scheduler
Type: Bug Report
0
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 
	}
}