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

Anyone know if the scheduler can format like this?

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Iron
Stefan asked on 29 Oct 2019, 11:26 PM

Hi,

I've been researching the scheduler and can't seem to see if I can get the scheduler to format Data like the below

 

Person            Monday 25th     Tuesday 26th    Wednesday 27th    Thursday 28th  etc

Jamie

Chris

Fred

Steve

 

Basically I want day slots for each person that I can schedule tasks for. Only one box is required for the task (we can combine multiple tasks into one if necessary) However if its possible to add multiple tasks to the one box that is even better (for drag and dropping tasks between people / days)

Any assistance greatly appreciated or advice on another control that might be better suited.

 

Stefan

 

 

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 31 Oct 2019, 06:04 PM

Hello Stefan,

The vertical grouping by Person can be achieved through using resources and grouping them vertically. Check this demo, which shows the Scheduler configured to use vertical grouping for the Room and Attendees resources.

The format in the date header can be set through the dateHeaderTemplate configuration option, for instance:

dateHeaderTemplate: kendo.template("<strong>#=kendo.toString(date, 'dddd MM')#</strong>"),

Refer to the Date Formatting article for the supported custom formats.

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Scheduler
Asked by
Stefan
Top achievements
Rank 1
Iron
Answers by
Ivan Danchev
Telerik team
Share this question
or