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

Applying filters to Timeline view groups

4 Answers 243 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 02 Aug 2015, 10:40 PM

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

 

 

4 Answers, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 03 Aug 2015, 01:06 AM

I've noticed someone else has tried doing something similar here:
http://www.telerik.com/forums/showing-different-people-in-different-groups-using-kendo-timeline-view

If it's not possible to have different sets of employees for each project, is it instead possible to show multiple timeline views together on the same page?

The idea being that each timeline view would be given a different set of employees along with a single project. Each view could then be stacked vertically on the page so that is seen by the user as a single table?

0
Vladimir Iliev
Telerik team
answered on 05 Aug 2015, 07:43 AM
Hello,

Yes it's possible to achieve this - you can create several schedulers on the page with same scheduler dataSource and resources dataSource filtered ("dataSource.filter") for each group differently. Currently however we have no such example which we can provide - that why I would suggest start implementing this solution and let us know if you face any difficulties.

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Robert
Top achievements
Rank 1
answered on 10 Aug 2015, 01:22 AM

Sorry I should have been more specific in my wording. Is it possible to have multiple scheduler's on a page that're integrated together so that there is only one set of UI buttons for changing the view / date etc? I've made a quick mock up to hopefully better explain what I'm trying to achieve.

Essentially I'm just trying to figure out if there is any way in which I can show multiple "projects" on a single timeline page, with each project having a different group of employees which can work on that specific project, and I thought having multiple scheduler's integrated together may possibly be one way of achieving this?

I've included another mockup which will hopefully better explain what I'm wanting to be able to achieve.

Cheers

0
Vladimir Iliev
Telerik team
answered on 11 Aug 2015, 12:06 PM
Hello Robert,


Please check the example below which shows possible approach of achieving the desired behavior (please note however that this solution falls outside the scope of our support service):

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or