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

Resource Grouping

1 Answer 69 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Deniz
Top achievements
Rank 1
Deniz asked on 24 Feb 2016, 05:13 AM

Does anyone know how to Group by resource and date in the week view in MVC such as in this example in the ajax version?

http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourcegrouping/defaultcs.aspx

if you set in the example GroupBy="Date, Speaker" the group will be by date and the speakers under each date.

 

I have tried to do something similar in the MVC version but not able to get the same behaviour

.Group(group => group.Resources("Date, EmployeeID")) - Failed

.Group(group => group.Resources("Date").Resources("EmployeeID")) - Failed

 

 

 

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 26 Feb 2016, 06:49 AM
Hi Deniz,

Currently the Scheduler does not support out of the box grouping by date and then by resources, however I would suggest to share your idea at Kendo UI UserVoice to allow other users vote for it. Most voted ideas are included in next Kendo UI releases.

Another option is to create custom view by extending one of the build-in ones and override the methods responsible for the rendering (example of creating custom view is available here). 

Regards,
Vladimir Iliev
Telerik
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
Tags
Scheduler
Asked by
Deniz
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or