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

RadScheduler - Week view - Header dates question

3 Answers 160 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Philippe-d
Top achievements
Rank 1
Philippe-d asked on 25 Mar 2013, 07:31 PM
Hi

In the following image, we can see all appointments from April 15 to April 20 (7 columns for 7 days) BUT in the header is showing  "apr-15 - apr-20". ALSO when I add the "All-Day row" the header is now showing April 15 to April 21.  Can you explain the internal logic of the end-date in the header?


Thanks

Phil

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 26 Mar 2013, 03:13 PM
Hello,

A similar issue has been resolved in the Q3 2012 SP2 version of the controls ( you can find a release notes history for the service pack here ). Can you verify which version you are using and that the issue reproduces with the latest version?
 

Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
stephen
Top achievements
Rank 1
answered on 06 Sep 2013, 10:06 AM
I have the same issue. I am using v.2013.2.724.40, RadScheduler is showing Mon 2nd Sept to Fri 6th Sept in columns but header is showing 02-09-2013 - 05-09-2013 if I have ShowAllDayRow="false". If I set ShowAllDayRow="true" then I get 02-09-2013 - 06-09-2013.

<telerik:RadScheduler ID="RadSchedulerCurrentActivity" runat="server" 
                AllowDelete="False" AllowEdit="False" AllowInsert="False" 
                DataKeyField="Key" DataStartField="StartDate" DataEndField="EndDate" DataSubjectField="Subject"
                EnableTheming="True" FirstDayOfWeek="Monday" HoursPanelTimeFormat="H:mm" 
                LastDayOfWeek="Friday" ReadOnly="True" RowHeight="15px" SelectedView="WeekView" 
                ShowAllDayRow="true" 
                Width="100%" Height="700px" Skin="Windows7" MinutesPerRow="15" 
                >
                <DayView HeaderDateFormat="dd MMMM yyyy" />
                <WeekView HeaderDateFormat="dd MMMM yyyy" />
0
Bozhidar
Telerik team
answered on 10 Sep 2013, 08:34 AM
Hi Stephen,

I confirm that this is a different issue than the one that was resolved in the aforementioned ServicePack. I've logged it for fixing and we will resolve it as soon as we can.
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Philippe-d
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
stephen
Top achievements
Rank 1
Share this question
or