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

Scheduler grouping

3 Answers 52 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
AKROS
Top achievements
Rank 1
AKROS asked on 07 Oct 2016, 03:24 PM

Hi there,

I would like to do a vertical grouping by meeting room, and then by employee. I saw a lot of examples, where each room contains all employees.
I have to achieved something slightly different: For each room, I have to list the employees that have an Appointment for this room. For instance:

Room 1
 Employee A
 Employee B
Room 2
 Employee A
 Employee C
 Employee D
Room3
  Employee F

Is that possible?
Currently, it seems that the Scheduler control can only create a "cross product" of the room and employee.

Cheers
Nicolas

3 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 10 Oct 2016, 07:04 AM
Hello,

Currently the desired behavior is not supported out of the box, however I would suggest to go to our UserVoice portal and vote for this idea (most voted ideas are included in next Kendo UI releases):
Until this feature is implemented you can achieve this behavior using custom code. For example you can render one Scheduler for each parent group. Such example could be:


Regards,
Vladimir Iliev
Telerik by Progress
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
0
AKROS
Top achievements
Rank 1
answered on 05 Nov 2016, 10:23 AM

Just for the next readers: I manage to make it work by writing a lot of javascript (main idea is to generate a "standard" scheduler (in my case, the Employees) and then to create the grouping column (in my case the Room) with javascript) . A bit tricky, but at least I've got want I wanted...

0
Jérémy
Top achievements
Rank 1
answered on 22 Feb 2017, 03:50 PM

Hello,

Could you please share some of your code?

Thanks!

Tags
Scheduler
Asked by
AKROS
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
AKROS
Top achievements
Rank 1
Jérémy
Top achievements
Rank 1
Share this question
or