Completed
Last Updated: 22 May 2014 12:22 by ADMIN
Roberto
Created on: 12 Sep 2013 08:11
Category: Kendo UI for jQuery
Type: Feature Request
15
Form controlls: date picker and select scroller for KendoUI mobile
In an android phonegap app the user experience in forms is bad for selecting dates or scrolling lists (due to the use of the standard browser). It would be nice to get a set of widgets to get a consistent user experience for all platforms. Check also mobiscroll.com.
2 comments
ADMIN
Telerik Admin
Posted on: 22 May 2014 12:22
Kendo UI's mobile widgets are decoupled from the Kendo UI mobile application since Q1 2014. Therefore, you can mix web and mobile widgets in web desktop and mobile context in the way you prefer, using date picker, dropdown, scroller, etc.

Additionally, you can utilize standard form elements as illustrated here:
http://demos.telerik.com/kendo-ui/mobile/forms/index.html
domiSchenk
Posted on: 03 Oct 2013 07:17
i would like the have the select option in Mobile
most apps use this the set something!

so something like this its possible:
when creating native/flat looking App, sometimes you will need a dropdown list that is populated from da Datasource.

something like this (actually from kendo ui web):
element.find('#input').kendoDropDownList({
                dataSource: data,
                dataTextField: "Name",
                dataValueField: "Id",
                template: templ,
                autoBind: true,
            });