This is a migrated thread and some comments may be shown as answers.

ShowAllDay area missing

1 Answer 32 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Susan Shaw
Top achievements
Rank 1
Susan Shaw asked on 21 Jul 2015, 04:35 PM
I have a problem where the All day area is missing in the scheduleview when I'm using Group Descriptions.  I took your WithDb example and added ShowAllDayArea = "True" to the DayViewDefinition.  If I run it with the GroupDescriptionSource, I don't see the AllDay area.  If I comment out the GroupDescriptionSource, it shows up.  Is this by design?  I'd really like to be able to group and have an all day slot.  I've attached pictures of what it looks like with the GroupDescriptionSource and without.

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 22 Jul 2015, 10:30 AM
Hi Susan,

In order for the AllDayArea to work as expected you would need to move the DateGroupDescription at the bottom of the list of the GroupDescriptions. For example:

this.GroupDescriptions = new GroupDescriptionCollection
{
    new ResourceGroupDescription { ResourceType = "Buildings" },
    new ResourceGroupDescription { ResourceType = "Rooms" },
    new DateGroupDescription(),
};

Hope this helps.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Susan Shaw
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or