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

Datepicker mobile support

3 Answers 139 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 29 Jun 2017, 02:12 PM

Am I missing something, the datepicker widget in scheduler renders as 'dials' on mobile device but the standalone datepicker renders like a calendar on a mobile device. Am I doing something wrong?

 

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 03 Jul 2017, 01:55 PM
Hi David,

RadDatePicker does not offer mobile rendering. This is something that you can request in the feedback portal.

The scheduler checks whether the app is rendered on mobile device and renders the native for the OS datepicker instead of RadDatePicker. You can implement a similar approach in your app.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
david
Top achievements
Rank 1
answered on 10 Jul 2017, 01:25 PM
Thanks Rumen, when you say "The scheduler checks whether the app is rendered on mobile device and renders the native for the OS datepicker instead of RadDatePicker. You can implement a similar approach in your app", I assume you are not referring to doing this with RadDatePicker or are you, is there a way to force the mobile rendering with RadDatePicker?
0
Rumen
Telerik team
answered on 12 Jul 2017, 03:34 PM
Hello,

Since RadDatePicker does not offer built-in mobile or adaptive rendering, my advice was to check for the browser version and if it is a mobile device to replace RadDatePicker with a standard <input type="date"> component.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
DatePicker
Asked by
david
Top achievements
Rank 1
Answers by
Rumen
Telerik team
david
Top achievements
Rank 1
Share this question
or