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
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.
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.