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

Migration from RadScheduler / TimeSlotLenght property

5 Answers 110 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Philippe
Top achievements
Rank 1
Philippe asked on 15 Mar 2011, 11:57 AM

Hi,
I need to migrate from radscheduler to radSheduleView because of group limitation, scroll, visibility item in timeline view ...
With RadScheduler I use this viewDefinition :

 

 

<telerikScheduler:TimelineViewDefinition VisibleDays="5" 
TimeSlotLength="8:00:00" DayEndTime="18:00:00" DayStartTime="10:00:00" />

I can't reproduce this view with radShedulueView, daystarttime is only for the first day and not all the visible day, no property TimeSlotLenght
You can see in the attach file the view I would

Thanks for help

5 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 17 Mar 2011, 09:34 AM
Hi Philippe,

Thank you for contacting us.

Could you please give us some more details about what exactly you are trying to achieve. If you could send us some more code it will be very helpful. Also, you can check out this online demo in which you can test how the properties for customizing the Views are working.

Looking forward to your reply.

Regards,
Konstantina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Philippe
Top achievements
Rank 1
answered on 17 Mar 2011, 10:17 AM
Hi,
I have already see this demo but it's not work for me,
My need is to have the equivalent of RADSheduler TimeSlotLenght (I want only 2 timeSlot in my day)
and the equivalent  behavior of DayStartTime  (with RadScheduler all the day of the timelineView have this starttime, with RadScheduleView only the first).
You can see the attached file, i would like the same result, is the timelineview of the radscheduler, groups on the rows, all day start at 10am, end at 18am, timeslotlenght value is 4:00:00 so I have 2 timeslot by day.

Peharps with custom view definition ? i didn't find a sample for this

Thanks for help
0
Konstantina
Telerik team
answered on 22 Mar 2011, 10:14 AM
Hello Philippe,

Sorry, couldn't find the attachment.

Meanwhile, we found a visual glitch in ScheduleView when setting the DayStartTime and DayEndTime properties, which I have logged in PITS. You can view it here and track its status to see when it is going to be fixed. Sorry for the caused inconvenience.
However, you can set the TimeLine view like so:

<telerik:RadScheduleView.ViewDefinitions>
                <telerik:DayViewDefinition  />
                <telerik:WeekViewDefinition  />
                <telerik:MonthViewDefinition />
                <telerik:TimelineViewDefinition  MajorTickLength="12h" MinorTickLength="12h"  VisibleDays="5" />
</telerik:RadScheduleView.ViewDefinitions>

Please let us know if you have further questions about our controls.

Kind regards,
Konstantina
the Telerik team
0
hardik
Top achievements
Rank 1
answered on 28 Mar 2011, 07:21 AM
hi telerik,
How can I set these values of majorticklength and minorticklength property from .cs file.

Thanks
Hardik Pancholi
0
Konstantina
Telerik team
answered on 29 Mar 2011, 07:57 AM
Hello Hardick,

Please refer to this forum post in which that is explained.

Please let us know if you have any other questions about our controls.

Greetings,
Konstantina
the Telerik team
Tags
ScheduleView
Asked by
Philippe
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Philippe
Top achievements
Rank 1
hardik
Top achievements
Rank 1
Share this question
or