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

Timeformating in month view

5 Answers 69 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 08 Sep 2009, 01:11 PM

Hi,

I would like to show the summary of appointment in monthview,  I am able to get the dataset formonth view. I am able to bind this dataset in month view, there are noexceptions. The problem is that I am not able to see my appointment in monthview.

Design code:

<telerik:RadScheduler ID="schAdminView"

                Width="700px"

                Height="400px"

                DataKeyField="AppoinmentId"

                DataSubjectField="ApptName"

                DataStartField="StrtTime"

                DataEndField="EndTime"

                DisplayDeleteConfirmation="true"

                SelectedView="DayView"

               

                Skin="Web20"

                runat="server"

                OverflowBehavior="Scroll"

                AdvancedForm-Enabled="false"

                ShowViewTabs="true"

                AllowEdit="true"

                ShowDateHeaders="true"      >

<MonthView VisibleAppointmentsPerDay="10"  />

</telerik:RadScheduler>

Sample dataset (Month view)

AppoinmentIdApptName       StrtTime              EndTime

   1        2Appt          3/9/2009 12:00:00 AM  3/9/2009 11:59:59 PM

   2           3Session       3/9/2009 12:00:00 AM  3/9/200911:59:59 PM

   3        2Appt          8/9/2009 12:00:00 AM  3/9/2009 11:59:59 PM

   4           3Session       8/9/2009 12:00:00 AM  3/9/200911:59:59 PM

Thanks

Sabarish

5 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 09 Sep 2009, 12:00 PM
Hello sabarish,

Do you need all day appointements. If so, please make the appointment exactly 24 hours in duration, starting at 12:00am on the day it is meant to be and ending at 12:00 am the day after.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
An
Top achievements
Rank 1
answered on 05 Jan 2011, 04:56 AM
Hi there,

I am also use RadScheduler Q.1 2010 and I saw that the radscheduler in month view mode don't show the appointments have start time equal end time and equal 12:00:00 AM.

Sample dataset (Month view)

AppoinmentId ApptName       StrtTime              EndTime

   1        Appt          3/9/2009 12:00:00 AM  3/9/2009 12:00:00 AM

Thanks,
An
0
Veronica
Telerik team
answered on 05 Jan 2011, 04:20 PM
Hi sabarishbabu,

It is normal that such appointments are not shown in MonthView as their duration will be equal to 0 and there is no way to show such appointments.

Please let me know if you have further questions.

All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
An
Top achievements
Rank 1
answered on 06 Jan 2011, 03:11 AM
Hi,

However, it works well with Day and Week view and the appointments show normal as their duration equal to 0 exception of the appointment has start time 12:00:00 AM.

Ex:
 

AppoinmentId ApptName       StrtTime              EndTime

  1            Appt       1/6/2011 10:00:00 PM  1/6/2011 10:00:00 PM

Thanks,
An
0
Veronica
Telerik team
answered on 10 Jan 2011, 02:15 PM
Hello sabarishbabu,

This is a known bug in the RadScheduler. However as it is not fixed even on the latest version - I'll report it again. Here you can find the PITS Issue: Public URL


Best wishes,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
sabarishbabu
Top achievements
Rank 1
Answers by
Peter
Telerik team
An
Top achievements
Rank 1
Veronica
Telerik team
Share this question
or