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

Designing issue

1 Answer 60 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Lyubomir Yanchev
Top achievements
Rank 1
Lyubomir Yanchev asked on 08 Mar 2011, 11:00 PM
Hello,
i'm having a little trouble with the RadScheduler.
1. I want to make a schedule with the 5 working days, BUT:
this.radScheduler1.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.WorkWeek;
with using this code the header names of the days are like '01 April'. 

How can i make them like the real names of the days -> 'monday', 'tuesday' and etc.?

2. How can i divide each day in 10 individual columns?

In the end, I want my schedule to look like this one (without the styles, of course):
https://picasaweb.google.com/lh/photo/K50fT_3619pHdTmTLiErVUT5NbwU7UjEazB5XmYfdGg?feat=directlink

(I don't have any problems with the grouping ("1a", "1b", "1c", "1d", "2a" and etc...)

Note: I don't want to use the GridView, because in the cells there should be specific color (or colors, it depends) and a couple of short names.

1 Answer, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 11 Mar 2011, 12:06 PM
Hi Lyubomir Yanchev,

Thank you for writing.

1. You are able to set the HeaderFormat property of the scheduler to the following mask:
this.radScheduler1.HeaderFormat = "dddd";

2. Unfortunately, we do not provide a way to create subgroups under a particular day. If more clients request the same feature, we will consider implementing it for one of our next releases.

All the best,
Dobry Zranchev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Scheduler and Reminder
Asked by
Lyubomir Yanchev
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Share this question
or