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

[Solved] Navigation buttons

3 Answers 138 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
devi
Top achievements
Rank 1
devi asked on 02 Apr 2008, 07:54 PM

I am using datatable as a datasource to radScheduler and it is working fine when the page loads for the first time by showing all the appointments with todays date.. When I click on next day or previous day buttons scheduler was empty though it has some appointments exists for the next day.

Please see the code below.

<telerik:RadScheduler ID="RadScheduler1" runat="server" Width="90%" Height="600px" Skin="Outlook"

DayStartTime="06:00:00" DayEndTime="22:00:00" ShowViewTabs="False" DataKeyField="REP_APPT_ID" DataSubjectField="SUBJECT" DataStartField="START_DT_TIME"  DataEndField="END_DT_TIME" AllowDelete="False" AllowEdit="False" AllowInsert="False"  FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday" OverflowBehavior="Scroll" SelectedView="DayView" OnClientAppointmentDoubleClick="OnClientAppointmentDoubleClick" >

</telerik:RadScheduler>

Protected

Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

loadScheduler()

End Sub

Private Sub loadScheduler()
Dim repAppt As New REP_APPT()
repAppt.LoadApptsbyRepbyDate(287, RadScheduler1.SelectedDate)RadScheduler1.DataSource = repAppt.DefaultView
RadScheduler1.DataBind()
End Sub

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 03 Apr 2008, 12:14 PM
Hello Devi,

Please, view this forum thread. There is a demo project showing how to bind RadScheduler to a datatable.

We are not sure why you experience this problem, but if you cannot resolve it using the above reference, please open a support ticket and send us a small working demo project.


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
devi
Top achievements
Rank 1
answered on 04 Apr 2008, 06:28 PM
That didn't helped me to make it work out. What are the steps to open a support ticket ?
0
Peter
Telerik team
answered on 07 Apr 2008, 02:50 PM
Hello Devi,

Please, refer to the attached screenshot which will help you open a support ticket.

Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
devi
Top achievements
Rank 1
Answers by
Peter
Telerik team
devi
Top achievements
Rank 1
Share this question
or