Option for e-view "firstDayOfWeek" does not work on "Year"-view

Hello there, 

the Title says it all. The option does not work when having a Year-View. It only works on Month and Week


Screenshot 2024-09-04 165610.png


2 Replies 1 reply marked as answer

SR Swathi Ravi Syncfusion Team September 5, 2024 10:51 AM UTC

Hi Andreas,
Thank you for reaching out and providing detailed information about the issue!
Your reported problem is considered a bug. The fix for this defect will be included in our upcoming weekly patch release, which is expected to be rolled out by September 24, 2024. You can track the status of the fix at the following link:
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

Meanwhile, You can use the firstDayOfWeek property inside the component tag instead of views tag.

<div class="control-section">
  <ejs-schedule width='100%' height='650px' [selectedDate]="selectedDate" [eventSettings]="eventSettings"
    [(currentView)]="currentView" (eventRendered)="onEventRendered($event)" [firstDayOfWeek]=1>
    <e-views>
      <e-view option="Year"></e-view>
      <e-view option="Week"></e-view>
  </e-views>
  </ejs-schedule>
</div>



Regards,
Swathi

Marked as answer

SR Swathi Ravi Syncfusion Team September 19, 2024 04:23 AM UTC

Hi Andreas,
We are glad to announce that our Essential Studio 2024 Volume 3 main release v27.1.48 is rolled out and is available for download under the following link.
The fix for the issue has been included in our Volume 3 Main Release(v27.1.48). Upgrade to the latest version to resolve the issue.
 
Root Cause: The year view was using the value from the component-specific settings, causing the layout to not reflect the view-specific FirstDayOfWeek property setting.
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Swathi

Loader.
Up arrow icon