Multi resources grouping in Scheduler

1 Answer 55 Views
Scheduler
Sathyendranath
Top achievements
Rank 1
Iron
Iron
Sathyendranath asked on 21 Aug 2024, 09:58 AM | edited on 21 Aug 2024, 02:53 PM

Hi Telerik Team

I am trying to get familiarize with Scheduler and would like to achieve the following result using it.  

 Is the below format possible in Scheduler. (Multi resource Grouping by Shift and then by Personnel and then by Role. ) 

 Also, Is it possible to display multiple columns of resources in Scheduler, like in Gantt ?

 I have went through some sample applications ( Multi resource grouping example of Room, User and Meeting ) and tried Group By="Room, User"  but grouping only happens with the first Column and second column doesn't appear at all. 

 

Thanks

Sathyendranath

 

1 Answer, 1 is accepted

Sort by
0
Vasko
Telerik team
answered on 26 Aug 2024, 09:04 AM

Hi Sathyendranath, 

Unfortunately, the Scheduler supports grouping by a single resource or a resource and a Date - Resource Grouping: If custom Resources are defined, the data shown in the RadScheduler can be grouped by Resources. Resource Grouping is available in all views.

To enable it, you must set the GroupBy property to the name of the Resource by which you want data to be grouped. Grouping is available only by one Resource with an exception for the special 'Date' Resource. If you set the GroupBy property to "Date,[ResourceName]", data will be grouped by the specified Resource as well as by Date.

A possible workaround that you can consider is creating a custom resource, that combines the other resources and assigns it to each appointment in the AppointmentDataBound event. Then, you would be able to group by that custom resource and style the resources as desired.

I hope that was helpful. 

Regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tags
Scheduler
Asked by
Sathyendranath
Top achievements
Rank 1
Iron
Iron
Answers by
Vasko
Telerik team
Share this question
or