Hi there,
I'm wanting to use the scheduler's timelineweek view to display a list of projects in a given week which is organised by the employees that can work on each specific project.
http://demos.telerik.com/kendo-ui/scheduler/timeline
But unlike the example above which has the same set of employees for each meeting room, I'm needing each project to have a different set of employees that can have time (events) recorded against that specific project.
As an example, given the following data sets:
Projects: [RMD, NBWR]
Employees:
[ { Name: Jake, Projects: [RMD, NBWR] } , { Name: Robert, Projects: [RMD] } , { Name: James, Project: [NBWR] } , { Name: Jill, Project: [NBWR] } , { Name: Nicky, Project: [NBWR] } ]
I'd like to be able to setup the page like the image I've attached.
Is this possible?
Cheers