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

DayStartTime and DayEndTime if VisibleDays > 1

1 Answer 40 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Sofien
Top achievements
Rank 1
Sofien asked on 25 Jun 2014, 04:22 PM
Hello,

I have a bug in the control SchedulerView,indeed, if I set my calendar with
DayStartTime and DayEndTime and knowing that VisibleDays > 1, it does not take into concideration ... 

code :
 <schedule:TimelineViewDefinition VisibleDays="2"
                                                 TimerulerMajorTickStringFormat="{}{0:HH}"
                                                 TimerulerMinorTickStringFormat="{}{0:mm}"
                                                 TimerulerGroupStringFormat="{}{0:dd/MM/yyyy}"
                                                 Orientation="Horizontal"
                                                 DayStartTime="{Binding HeureDebut, Mode=TwoWay}"
                                                 DayEndTime="{Binding HeureFin, Mode=TwoWay}"/>
any idea ??

Regards,
sofien MAHJOUB

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 26 Jun 2014, 02:17 PM
Hello Sofien,

The TimelineViewDefinition is designed to display continuous interval of time. When the DayStartTime and DayEndTime properties are set they are applied on the whole VisibleDays range, not on each day (DayStartTime is applied to first day and DayEndTime is applied to the last day from the range). However we have that logged in our Feedback portal as a Feature Request, so you can easily vote and track its status on the following link:
http://feedback.telerik.com/Project/143/Feedback/Details/113603-make-daystarttime-dayendtime-properties-apply-for-each-day-in-timelineview

Hope this helps.

Regards,
Kalin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ScheduleView
Asked by
Sofien
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or