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

Agenda view displaying next week not current week

1 Answer 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
TanChen
Top achievements
Rank 1
TanChen asked on 09 Jun 2017, 06:49 PM

Hey, 

So I'm using the RadScheduler and I have Agenda View enabled, but I've noticed that anytime I click on it, the scheduler displays the agenda for the next week, not the current week. Any ideas why this could be? 

<telerik:RadScheduler ID="RadScheduler1" runat="server" DataKeyField="ID" AllowInsert="False" DataSubjectField="Subject"
                    DataStartField="StartDate" DataEndField="EndDate" FirstDayOfWeek="Monday" LastDayOfWeek="Friday" ReadOnly="True" SelectedView="WeekView" Height="650px" WorkDayEndTime="18:00:00">

                    <ExportSettings>
                        <Pdf PageTopMargin="1in" PageBottomMargin="1in" PageLeftMargin="1in" PageRightMargin="1in"></Pdf>
                    </ExportSettings>
                    <TimelineView UserSelectable="False" />
                    <AgendaView ReadOnly="True" UserSelectable="True" ResourceMarkerType="Bar" NumberOfDays="5" />

 </telerik:RadScheduler>

1 Answer, 1 is accepted

Sort by
0
TanChen
Top achievements
Rank 1
answered on 09 Jun 2017, 06:58 PM

Nevermind, this isn't a problem, I realized what's going on. 

I though Agenda View showed you the agenda for the current week. Turns out it shows the agenda for the date selected + however many more days it takes to show the number of days you've told it to show.

Tags
Scheduler
Asked by
TanChen
Top achievements
Rank 1
Answers by
TanChen
Top achievements
Rank 1
Share this question
or