Hello Everyone we are suffering two bugs in the SfSchedule
1 - If you set the FirstDayOfWeek of your Schedule when you open iOS the range of visible dates do not appear right, they appear one week ago like:
today is day 16 of January right? without config when the view appears shows that:
everything is ok, but when we put this:
Schedule.FirstDayOfWeek = 2;
to start monday the schedule, a bug happen:
the range of dates began one week ago
2- this bug is on iOS too, when the SfSchedule is opening the VisibleDatesChangedEvent is not fired, only on iOS, in android everything is ok, but on iOS this event is never fired.
thanks