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

Times not aligned with slots ?

1 Answer 115 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 2
Martin asked on 03 Jul 2014, 10:25 PM
I am having a problem with the scheduler on my ipad.
As seen in the attached image, the times in the left column do not align with the slots.
My settings are : 

            DayStartTime="07:00:00" DayEndTime="22:00:00"
            WorkDayStartTime="07:00:00" WorkDayEndTime="22:00:00"

But as you can see the times at the left side only go to 20:00.
Is there some mobile-setting or work around for this ?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 08 Jul 2014, 11:04 AM
Hello Martin,

I am not able to reproduce the issue reported. Though, I am able to reproduce a similar issue when MetroTouch and BlachMetroTouch skins are used. But on my side in that case there is only one misalignment - the "all day" text spans on two rows and the grey row against it is a not as high as expected. And the rest of the rows are all lined up. I am attaching two screenshots from an iPad device for reference. The result is one and the same on iOS 7.0.4 Safari and on iOS 7.1.1 Safari. I have logged the issue from my screenshots for fixing.

As for your second problem, I am able to see all hours as expected on my side - starting from 7:00 and ending at 22:00 (last hour displayed is 21:00, followed by 2 time slots of 30 min each).

I have used Telerik UI for ASP.NET AJAX version 2014.2.618 and the following RadScheduler markup for testing:

<telerik:RadScheduler runat="server" ID="Scheduler1" RenderMode="Mobile" Skin="MetroTouch"
    DayStartTime="07:00:00" DayEndTime="22:00:00"
    WorkDayStartTime="07:00:00" WorkDayEndTime="22:00:00"
    DataKeyField="Row" DataSubjectField="subject" DataStartField="st" DataEndField="et"
    ShowAllDayRow="True" HoursPanelTimeFormat="H:mm" FirstDayOfWeek="Monday"
    OnDataBound="Scheduler1_DataBound" SelectedDate="2012-04-16" Height="100%"
    OnAppointmentDataBound="Scheduler1_AppointmentDataBound">
</telerik:RadScheduler>

As I am not able to reproduce exactly the same problem that you are facing, in order to assist you in the most efficient way I would suggest that you provide a very simplified runnable project that demonstrates the behavior that you describe. It may include aspx, code behind, web.config, data source, as well as any other files you find necessary. Thus, we could test it locally and determine what might be causing the issue that you are experiencing. And it would be helpful if you specify Telerik UI for ASP.NET AJAX  version used as well as iOS version of your testing device.

Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Martin
Top achievements
Rank 2
Answers by
Dimitar
Telerik team
Share this question
or