We have an UltraWeekView embedded in C# windows forms. UltraWeekView by default has Monday as the FirstDayOfWeek. Even when we change the FirstDayOfWeek as ultraWeekView.CalendarInfo.FirstDayOfWeek = FirstDayOfWeek.Monday;, it does not change in the UI. But the same thing works fine for UltraMonthView.
Is it possible to change the FirstDayOfWeek for UltraWeekView?
Hello,
I tried this and it always works fine for me so I attached my sample to this post. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.