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

Navigate Arrow missing in scheduler view Windows Phone 8.1

8 Answers 66 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anamika
Top achievements
Rank 1
Anamika asked on 23 Sep 2014, 09:59 AM
Hello,

Attached screenshot of scheduler on WindowsPhone 8.1 IE browser.
First problem which is for all phone (iPhone,Android and WP) is Arbeitswoche is overlapping woche in view, my culture is de-DE.
Other problem which is specific to WP 8.1 is in day,week,month all views the left and right arrow do not show. It is there if i tap on left it does take me to previous day week etc or next day week but just the arrow imaes are missing.

Any idea what is problem

Thanks

Anamika

8 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 25 Sep 2014, 07:58 AM
Hi Anamika,

For mobile devices it is recommended to turn on the adaptive rendering mode (mobile mode) where the view and the navigation icons will be displayed as in the attached screenshot.

As for the Arbeitswoche problem - you can apply the following CSS fix that will make the text appear with elipsis (or if you do not want this then just increase the width):

.k-scheduler-mobile .k-scheduler-toolbar .k-link {
    display: block;
}
.km-pane-wrapper .k-scheduler-views li a, .km-pane-wrapper .k-mobile-list .k-scheduler-navigation li a {
overflow: hidden;
text-overflow: ellipsis;
}


Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Anamika
Top achievements
Rank 1
answered on 25 Sep 2014, 08:11 AM
Hello Kiril,

Yes i have adaptive rendering for phones and the problem of arrow missing is only on Windows Phone 8.1 , WP 8 , android iphone all look fine. I tried the css and Arbeitswoche now do not overlap which is good. But WP 8.1 arrow missing is still a problem.

Anamika
0
Kiril Nikolov
Telerik team
answered on 25 Sep 2014, 10:54 AM
Hello Anamika,

As you can see in the screenshot that I provided you with in my previous response I am not able to reproduce the issue locally. Would it be possible to send me a small runnable sample where the issue can be reproduced, so I can advise you further?

One more questions - can you reproduce the same problem using the online demos?

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Anamika
Top achievements
Rank 1
answered on 25 Sep 2014, 11:34 AM
Hello Kiril,

All i can see is my culture is de-DE and yours is in english. And as i mentioned it is specific to WP 8.1 rest all devices have no problem in UI. I will see if i can create something in test project for you.

Thanks

Anamika
0
Anamika
Top achievements
Rank 1
answered on 25 Sep 2014, 01:03 PM
Which URL from demo do you want me to try on WP 8.1.
http://demos.telerik.com/kendo-ui/scheduler/adaptive
Shows complete page with code
0
Kiril Nikolov
Telerik team
answered on 25 Sep 2014, 02:05 PM
Hello Anamika,

Please try the following link and let me know about the results:

http://demos.telerik.com/kendo-ui/m/index#scheduler/adaptive

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Anamika
Top achievements
Rank 1
answered on 29 Sep 2014, 06:05 AM
Yes this link displays fine on the phone.
0
Kiril Nikolov
Telerik team
answered on 29 Sep 2014, 09:04 AM
Hi Anamika,

The it should a problem that is specific for your project. I would suggest you to extract a small runnable sample that we can look at in order to assist you further.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Anamika
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Anamika
Top achievements
Rank 1
Share this question
or