I have the following mark-up/code for the RadScheduler. (See Attached SchedulerMarkup.gif).
But the RadScheduler seems to only resize the Time row, but not across all the columns. (See Attached RadSchedular.jpg).
Am I doing something wrong or is there any other property I need to set?
And, I believe, because of this, the display seems to be off. The time line blocks should be from 9 AM ~ 6 PM on Monday, then 9 AM ~ 5 PM from Tuesday to Friday.
My telerik control version is :2009.02.0920.35.
Thanks,
Annie
5 Answers, 1 is accepted
RowHeight values less than 16 pixels are not supported by RadScheduler. Please, excuse us for this limitation of the control.
All the best,
Peter
the Telerik team
rdsTimeView.RowHeight =
new Unit(17, UnitType.Pixel);
Any other suggestions?
Thank you very much,
Annie
Can you send us your RadScheduler definition along with any css styles you might use for your page? With default settings, we cannot replicate the problem locally.
All the best,
Peter
the Telerik team
Did you guys try on the 2009.02.0920.35 version? I wonder if I need an updated telerik controls. (But that would cause other problems in our system. I did that once, and a lot of the styles were off).
<telerik:RadScheduler runat="server" ID="rdsTimeView" Width="550px"
SelectedView="WeekView" DayStartTime="00:00:00" DayEndTime="23:59:59" ShowAllDayRow="false"
AllowEdit="false" AllowInsert="false" WorkDayStartTime="00:00:00" WorkDayEndTime="23:59:59"
ShowHeader="false" FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday" MinutesPerRow="60"
OverflowBehavior="Expand" ShowFooter="False" ShowFullTime="false" ShowDateHeaders="True"
ShowNavigationPane="False" ShowResourceHeaders="False" ShowViewTabs="False"
StartEditingInAdvancedForm="False"
TimeLabelRowSpan="2"
DataKeyField="ID" DataStartField="Start" DataEndField="End" OnNavigationCommand="rdsTimeView_NavigationCommand"
DataSubjectField="Subject" ReadOnly="true"
HoursPanelTimeFormat="hh:mm tt" OnAppointmentDataBound="rdsTimeView_AppointmentDataBound">
<MonthView ShowDateHeaders="False" ShowResourceHeaders="False" />
<WeekView ColumnHeaderDateFormat="ddd" HeaderDateFormat="" UserSelectable="false" />
</telerik:RadScheduler>
Style:
/*scheduler*/
.RadScheduler_Default
,
.RadScheduler_Default
a,
.RadScheduler_Default
input,
.RadScheduler_Default
select,
.RadScheduler_Default
textarea
{
font: normal 12px/24px arial,sans-serif, Verdana !Important;
}
Thanks,
Annie
There were such problems with older versions of the control, but we believe to have fixed them. I recommend you upgrade to the current official version and if you notice any other problems, please let us know so we can help you.
Kind regards,
Peter
the Telerik team