Completed
Last Updated: 27 May 2021 17:21 by ADMIN
Release 2021.R2
Matthias
Created on: 29 Jan 2015 21:32
Category: Scheduler
Type: Feature Request
60
Scheduler Grouping
Allow to have different child groups for each parent group

Example:
 ___________________________________
 Meeting Room 101     |   Meeting Room 201
 ___________________________________
 Alex  |  Bob                 |   Charlie
 ___________________________________
8 comments
ADMIN
Carl
Posted on: 27 May 2021 17:21

Hey folks!

As this item already reflects, the R2 2021 release added the ability to do additional grouping within the Scheduler! To see this in action, head on over to the Kendo UI for jQuery Scheduler - Hierarchical Grouping demo.

Regards,
Carl
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

n/a
Posted on: 10 Jul 2018 08:56
Any update on this ? When this will be available ? We need this desperately for satisfying our requirement.
Julien
Posted on: 12 May 2018 00:15
The component is awesome but for a limited use considering this limitation. So we weed this feature ! Thanks in advance Telerik team
Ibrahim
Posted on: 18 Dec 2017 02:11
This is a much needed feature we need badly in kendo scheduler.
Phillip
Posted on: 08 Jun 2016 15:54
Yes, this is desperately required by us too. If you are going to schedule lots of events it is best they are categorised for ease of navigation.

We need to categorise automated jobs by job type. Each job belongs to one and only one Job type.

When I think about how I could have used scheduler control for many other line of biz apps Ive built most scenarios that spring to mind you would want this functionality.

Examples:
1. Scheduling machine maintenance by site building
2. Scheduling Equipment calibration by department
3. Scheduling room servicing by hotel floor

The list is endless. As a scheduling control this is a must. It seems to have been written with Outlook in mind only rather than from the point of view of scheduling many business events. 
ADMIN
Telerik Admin
Posted on: 11 Aug 2015 13:03
Thank you for the proposition, folks.

Although this is not supported out-of-the-box presently, you may contemplate using the following workaround to achieve your goal:
http://dojo.telerik.com/IMelO/7
Gary
Posted on: 08 Aug 2015 06:41
There should be capabilities to group parent resources to selected child resources

Currently the Scheduler groups all child resources under each parent resource. 
Example Resources: 
Parent resources: New York Tennis Club, California Tennis Club 
Child Resources: Court 1, Court 2, Court 1, Court 2, Court 3, Court 4

Currently the Scheduler groups parent and child resources as: 
- New York Tennis Club is grouped with Court 1, Court 2, Court 1,  Court 2, Court 3, Court 4 
- California Tennis Club is grouped with Court 1, Court 2, Court 1, Court 2, Court 3, Court 4

I would like the capability to group parent resources with selected child resources, in my situation im trying to achieve this structure of grouping:

Desired Grouped Resources: 
- New York Tennis Club is grouped with Court 1 and Court 2 
- California Tennis Club is grouped with Court 1, Court 2, Court 3 and Court 4.

If you look at the Syncfusion Scheduler, they have this feature, it would be nice if the Telerik/Kendo Scheduler could do this..

If you look at the link i provided below, you can see that the Syncfusion Scheduler allows multiple resource groups which has the capability to group parent resources to selected child resources.

Syncfusion Scheduler Demo shows: 
Room 1 is grouped to Nancy and Michael 
Room 2 is grouped with Steven

http://mvc.syncfusion.com/demos/web/schedule/resourcegrouping
gabi
Posted on: 05 Aug 2015 17:20
Yes, Matthias is correct

Room1      Alex
                  Bob

Room2     Charlie
                 Bob


Is it possible to extend base code or create a view to fix this? 

Thanks