FirstDayOfWeek property for Scheduler

The FirstDayOfWeek property is not available to set on the Scheduler component.
This is available in the Angular version but not in Blazor.

Is this planned for a future release? If so any ETA?

Hi @BlazorGeek,

No, we don't plan to introduce such a property. The RadzenScheduler uses the FirstDayOfWeek of the current .NET Culture. Radzen allows you to set the default culture from the application settings. If you are not using Radzen you can follow the official documentation for Blazor localization.