Hello Thabo,
The observed behavior of RadScheduleView in the sample project is an expected one. There is a limitation of the control that you can show all day area only when the DateGroupDescription is the last in GroupDescriptionCollection. So, if you want the AllDayArea to be visualized in the concrete sample project you have to modify the following code:
Hopes this helps.
Regards,
Nasko
Telerik
The observed behavior of RadScheduleView in the sample project is an expected one. There is a limitation of the control that you can show all day area only when the DateGroupDescription is the last in GroupDescriptionCollection. So, if you want the AllDayArea to be visualized in the concrete sample project you have to modify the following code:
private void UpdateGroupDescriptions(){ if (this.EnableGrouping) {... this.GroupDescriptions.Insert(0,groupDescription);... }...}Hopes this helps.
Regards,
Nasko
Telerik
See What's Next in App Development. Register for TelerikNEXT.