About RadzenDatePicker

Hi,
Is it possible to change RadzenDatePicker to a calendar that starts on Sunday?
Also,
Is it possible to change the font color for Saturday and Sunday in the DateRender event?

Yes, it depends on the Culture. Check the component code for reference.

Yes, the event is raised for all dates no matter if it's weekend or not.

Thank you for answering.

「Yes, the event is raised for all dates no matter if it's weekend or not.」

args.Attributes.Add("style", "background-color: #ff6d41; color: #ff6d41;border-color: white;");
Even if you write it like this, the background color will change, but the font color will not change.
How should I write it?

After that, change the height and font size of DateTimePicker,
Is it possible to change the size of the calendar?
If possible, how should I describe it?

Please respond