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

Group Headers (Hierarchical)

2 Answers 50 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Veteran
Brian asked on 10 May 2020, 01:49 PM

Hello,

I'd like to show group headers that are organized by department and person. I tried this with ResourceGroupDesction as follows:

GroupDescriptions = new GroupDescriptionCollection()
{
    new ResourceGroupDescription(){ ResourceType = "Department"},
    new ResourceGroupDescription() { ResourceType = "Person" },
};

However this just repeats the Person group under each department. Is there a way to have persons only show up under the department that they belong to?

This grouping isn't really resources, it was just an attempt at learning grouping methods. I can use any option available that would allow group headers organized by department / person.

Regards,

2 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 14 May 2020, 05:55 AM

Hello Brian,

Thank you for the provided details.

I am checking out is the required behavior can be achieved in our RadScheduleView control for WPF. I will contact you by the end of the week with my findings.

Regards,
Dinko
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Dinko | Tech Support Engineer
Telerik team
answered on 15 May 2020, 11:18 AM

Hi Brian,

Thank you for your patience.

To achieve this behavior you need to use the SubGroupsFilter mechanism. You can read more about this functionality in its Configuration -> SubGroupsFilter help article in our documentation.

Regards,
Dinko
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
ScheduleView
Asked by
Brian
Top achievements
Rank 1
Veteran
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or