Page freezes/Crashes when opening EventEditor on a View with firstDayOfWeek-Option

Hi there,

when using the firstDayOfWeek Option on a View, you cannot open the Editor of an Event. The Site Crashes/freezes, CPU performance 100%.

<e-view option="Week" firstDayOfWeek="1"></e-view>-


This is a stackblitz showing this issue:

https://stackblitz.com/edit/angular-mhtmos-ymijjv?file=src%2Fapp.component.html

(PS: Stackblitz also becomes non responsive after you try this)


1 Reply

SR Swathi Ravi Syncfusion Team September 6, 2024 10:25 AM UTC

Hi Andreas,
Thank you for contacting us.
The issue is caused by not using the firstDayOfWeek property inside the array brackets. You can resolve the issue by including it within the array brackets.
Regards,
Swathi


Loader.
Up arrow icon