Show day headers in grouped-by-resources timeline view radscheduler?

1 Answer 7 Views
Scheduler and Reminder
Tibor
Top achievements
Rank 1
Iron
Tibor asked on 22 Apr 2024, 08:22 AM

Hi! 

My scheduler is in timeline view, and also grouped by resources. Is there a way to modify the day headers and add the name of the day itself there? (see picture attached)

Thanks!

1 Answer, 1 is accepted

Sort by
1
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 25 Apr 2024, 07:08 AM

Hello, Tibor,

Yes, you can modify the day headers and show the day name. You should get the SchedulerTimescale by using the  GetScaling method, and then set its Format property as follows:

SchedulerTimescale currentScaling = timelineView.GetScaling();
currentScaling.Format = "dddd";

More information about RadScheduler in Timeline view is available here: Timeline View - WinForms Scheduler Control - Telerik UI for WinForms

I hope this helps. If you have any otherr questions do not hesitate to contact me. 

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tibor
Top achievements
Rank 1
Iron
commented on 25 Apr 2024, 01:45 PM

That was amazing. Thanks!
Tags
Scheduler and Reminder
Asked by
Tibor
Top achievements
Rank 1
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or