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

Show Full Day / Show Work Hours ?

2 Answers 139 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Responsive
Top achievements
Rank 1
Veteran
Responsive asked on 23 Dec 2020, 10:49 PM
What do I need to configure to get this toggle button to show up on my Scheduler control using MVC? Consulting the sample code that generates this gives me no clues.

2 Answers, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 25 Dec 2020, 07:04 AM

Hello,

You need to set the footer configuration option to true:

@(Html.Kendo().Scheduler<Kendo.Mvc.Examples.Models.Scheduler.Activity>()
    .Name("scheduler")
    .Footer(true)
    .Date(new DateTime(2020, 10, 4))
    .StartTime(new DateTime(2020, 10, 4, 7, 00, 00))
    .EndTime(new DateTime(2020, 10, 4, 20, 00, 00))

I hope this helps.

Best Regards,
Misho
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Responsive
Top achievements
Rank 1
Veteran
answered on 29 Dec 2020, 03:50 PM
That did it. Thank you so much!
Tags
Scheduler
Asked by
Responsive
Top achievements
Rank 1
Veteran
Answers by
Misho
Telerik team
Responsive
Top achievements
Rank 1
Veteran
Share this question
or