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

Displaying 30min extra in ViewDefintions

1 Answer 33 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
charan
Top achievements
Rank 1
charan asked on 12 Jul 2011, 12:54 PM

Hi,
I am trying do display starttime 9AM and endtime 4PM.But Start time is correctly displayed but end time is displayed as 4.30 PM

Please see the below and suggest if there are any changes need to be done

  

<telerik:RadScheduleView.ViewDefinitions>

 <telerik:DayViewDefinition VisibleDays="1" DayStartTime="09:00:00" DayEndTime="17:00:00" />

  <telerik:WeekViewDefinition VisibleDays="5" LargeChangeInterval="7d" DayStartTime="09:00:00" DayEndTime="17:00:00" />

<telerik:MonthViewDefinition VisibleDays="42" SmallChangeInterval="7d" LargeChangeInterval="1m" />

  </telerik:RadScheduleView.ViewDefinitions>

  

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 13 Jul 2011, 08:01 AM
Hi Charan,

Into the sample code you gave the DayEndTime is set to "17:00:00" (5 PM), not "16:00:00" (4 PM). With DayEndTime set to "17:00:00" the last major visible tick is 5:00 PM and the last rendered visible hour is 4:30 PM.  Please check the attached screenshot.

All the best,
Ivo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ScheduleView
Asked by
charan
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or