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

Schedule appointments by dates only

1 Answer 47 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 09 Feb 2012, 03:13 PM
I there a way to only allow the scheduleView to display by date, ie don't show time slots on the scheduler?  All views should only display by date, ie no time slots

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 10 Feb 2012, 08:29 AM
Hello Dan,

This could be achieved in TimelineViewDefinition by setting VisibleDays, MinorTickLength and MajorTickLength properties:

<telerik:RadScheduleView.ViewDefinitions>
    <telerik:TimelineViewDefinition VisibleDays="20" MajorTickLength="1d" MinorTickLength="1d" />
    ..
</telerik:RadScheduleView.ViewDefinitions>

Please check this help article for more details about MinorTickLength and MajorTickLength.

Greetings,
Yana
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ScheduleView
Asked by
Dan
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or