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

Representing a Year in TimelineView

1 Answer 81 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
JaSeen
Top achievements
Rank 1
JaSeen asked on 29 Jun 2011, 10:31 AM
Dear Telerik-Team,

I'am evaluating the scheduleview control.

I tried to configure the timelineview in order to get a range of a year.

I set VisibleDays to 365 and MinTimeRulerExtent to 1 in order to get months in groupheaders.

_RadScheduleView.ActiveViewDefinition.VisibleDays = 365;
_RadScheduleView.ActiveViewDefinition.MinTimeRulerExtent = 1;

The problem is that the length of the Months-GroupHeaders don't match with the Day-Timeslots.

In Jul 2011 for example there are timeslots of August 2011.

Please help

Greetings

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Jun 2011, 03:39 PM
Hello,

Thank you for your interest in RadControls.

The reason for this behavior is that the first date that is rendered in TimelineView is the current date and in case it's 15.06.2011, for example, this month will show dates from 15.06 to 15.07. In order to work-around this, you can set CurrentDate property of the RadScheduleView to the first day of the current month.

Hope this helps.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScheduleView
Asked by
JaSeen
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or