Hi Telerik Team,
I have a problem with styling skin.
I will describe my problem briefly, but first of all I'll show you what I want to achive.
http://images33.fotosik.pl/275/a6f96f104af5b936.jpg
Top picture shows what I have and the bottom shows what I want to have.
I just want to emphasize some cells borders by changing its default color.
This is my aspx code:
<telerik:RadScheduler ID="RadScheduler1" runat="server"
DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End"
ShowFooter="False" ShowHeader="False" TimeLabelRowSpan="4" Culture="Polish (Poland)"
Width="99%" Skin="Office2007" SelectedView="WeekView"
FirstDayOfWeek="Monday" LastDayOfWeek="Friday"
MinutesPerRow="15" ShowAllDayRow="false" EnableCustomAttributeEditing="false"
AllowDelete="false" AllowEdit="false" AllowInsert="false" OverflowBehavior="Expand">
<WeekView ColumnHeaderDateFormat="dddd" DayEndTime="21:00:00"
ReadOnly="True" />
<AppointmentTemplate>
<%# Eval ("Subject") %>
</AppointmentTemplate>
</telerik:RadScheduler>
And css:
.RadScheduler .rsContent .rsHoursTable th
{
font-size:10px;
height:11px;
line-height:11px;
}
.rsContent .rsContentTable .rsCell
{
font-size:10px;
height:11px;
line-height:11px;
}
.rsHoursContent
{
text-align:center;
font-size:12px;
height:32px;
}
And also:
Is there any possible way to change Hours Content from "08:00" to "08:00-09:00" and so on ?
Thanks in advance for your reply
Cheers
John