Respected Person,
Hope everything all right at your side.
I am using Ejs-Schedular for my Angular application. The strange thing is, it is working fine at Google Chrome without any error. Where at Firefox, I am getting strange error like below.
Due to this error, I can't see any calendar event on Schedular.
I would like to know what is the root cause of this error specially in Firefox. I have attached code related to it below
<ejs-schedule #scheduleObj (actionBegin)="onActionBegin($event)"
(actionComplete)="actionCompleted($event)" (eventClick)="eventClick($event)"
(popupOpen)="onPopupOpen($event)" [agendaDaysCount]="agendaDaysCount" [allowDragAndDrop]="false"
[allowResizing]="allowResizing" [currentView]="currentView" [eventSettings]="eventSettings"
[firstDayOfWeek]="firstDayOfWeek" [selectedDate]="selectedDate" (created)="onCreate()"
[showWeekNumber]="showWeekNumber" cssClass='schedule-cell-dimension' height='750px' locale='de'
width='100%'>
public eventSettings: EventSettingsModel = {
dataSource: <Object[]>extend([], this.scheduleData, null, true),
fields: {
subject: { name: 'produktname' },
startTime: { name: 'datum_von', validation: { required: true } },
endTime: { name: 'datum_bis', validation: { required: true } },
},
};let me know the error cause and feel free to contact for any information
Reagrds,
Parth