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

[Solved] DayStartTime && Web Service binding

2 Answers 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mike Taylor
Top achievements
Rank 1
Mike Taylor asked on 19 Nov 2009, 11:37 AM
 Hello,

I am experiencing a problem with Scheduler when trying to set DayStartTime property with Web Service binding.

For example when I set  DayStartTime="00:00:00"  WorkDayStartTime="00:00:00"

        <telerik:RadScheduler runat="server" ID="RadScheduler1"      
            Skin="Sunset"      
            SelectedView="DayView"      
            SelectedDate="2009-11-18"      
            ShowAllDayRow="True"      
            DayStartTime="00:00:00"      
            DayEndTime="00:00:00"      
            WorkDayStartTime="00:00:00"      
            WorkDayEndTime="00:00:00" >    
            <WebServiceSettings Path="SchedulerWebService.asmx" ResourcePopulationMode="ServerSide" />    
        </telerik:RadScheduler>       
 

on page load the Scheduler display the start time at 00:00:00 but less than half a second after (when the web service is returning the appointments), its appearance changes and the start time displayed is 8:00:00 AM.

I used the simple Web Service binding example available there : http://www.telerik.com/help/aspnet-ajax/webservicebinding-binding.html

Any ideas would be appreciated

 

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar Milushev
Telerik team
answered on 20 Nov 2009, 12:42 PM
Hi Mike,

This seems to be a bug in the current version of RadScheduler, but you should be able to achieve the same functionality by setting ShowFullTime="true".

I hope this helps.

Best wishes,
Dimitar Milushev
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
Mike Taylor
Top achievements
Rank 1
answered on 23 Nov 2009, 02:27 PM
Thank you, it's working now.
Tags
Scheduler
Asked by
Mike Taylor
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Mike Taylor
Top achievements
Rank 1
Share this question
or