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

MinutesPerRow wrong value (Web Service)

1 Answer 33 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 04 Jan 2010, 05:55 PM
Hello,

I think I encountered a bug.
I use a Scheduler populated with a web service on client side.
The RadSchduler component is initialized as following:
<telerik:RadScheduler runat="server" ID="RadScheduler" Skin="Sunset" MinutesPerRow="60">  
         <WebServiceSettings Path="SchedulerWebService.asmx" ResourcePopulationMode="ServerSide"  /> 
</telerik:RadScheduler>    

In my GetAppointments(RadSchduler owner) method, the value of the MinutesPerRow property is always "30".
public class SchedulerDbProvider : SchedulerProviderBase  
{  
        public override IEnumerable<Appointment> GetAppointments(RadScheduler owner)  
        {  
            int mpr = owner.MinutesPerRow;    /* MinutesPerRow always = 30 */ 
 
            /* ... */ 
        }  

Did I miss something?

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 11 Jan 2010, 09:33 AM
Hi Mike,

Thank you for reporting this issue. We've managed to reproduce and to fix this and the fix will be available in the next internal build.

As a token of our gratitude for your involvement, your Telerik points have been updated.

Regards,
Tsvetomir Tsonev
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.
Tags
Scheduler
Asked by
Mike Taylor
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or