Allow to have different child groups for each parent group Example: ___________________________________ Meeting Room 101 | Meeting Room 201 ___________________________________ Alex | Bob | Charlie ___________________________________
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.
Any update on this ? When this will be available ? We need this desperately for satisfying our requirement.
The component is awesome but for a limited use considering this limitation. So we weed this feature ! Thanks in advance Telerik team
This is a much needed feature we need badly in kendo scheduler.
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.
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
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
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