Hello,
i'm having a little trouble with the RadScheduler.
1. I want to make a schedule with the 5 working days, BUT:
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.
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;
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.