Hello Telerik Team
We are in the process of evaluating a schedule control. Now we encountered a problem with ScheduleView. AllDayArea is not displayed if first grouped by date (DateGroupDescription) and then by resource (ResourceGroupDescription) in the day view and week view.
groups.Add(new DateGroupDescription()); //TODO when comment out, AllDayArea is displayed groups.Add(new ResourceGroupDescription{ ResourceType = "Department"});
Here is a test project on my OneDrive account.
ScheduleView has many bugs concerning AllDayArea. I think it's time to fix them:
ScheduleView: When ShowWeekGroupHeaders property is set the ShowAllDayArea is rendered incorrectly.
ScheduleView: Arrow for continuing appointment is shown wrong
ScheduleView: ScheduleView does not render correctly when AllDayEvent with ShowAllDayArea
ScheduleView: AllDay appointments are not rendered consistently in MonthView and other Views
Regards,
Marco