RadzenDatePicker Culture

In many cultures, such as Spanish, the first day of the week is Monday and your control does not allow you to choose a day with what is very messy for the user of these countries to use because it facilitates the error. Is there any way to make the first day of the week on Monday in your RadzenDatePicker control? I haven't found a way to implement it in blazor
Thanks in advance

Hi @Sergio_F,

The RadzenDatePicker relies on DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek to determine the first day of the week. Make sure you are using an up-to-date version of Radzen.Blazor and your application culture is properly set.