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

Mobile DropDownList - Pop Up for Scrolling Items

2 Answers 177 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 10 Sep 2014, 02:11 PM
Is there a way to make the Kendo DropDownLists behave the way normal <select> works on the iPhone or an Android device when viewing a web page? For example, if you select a dropdownlist, instead of the list opening, an overlay is put on top of the browser screen that lets you scroll through the list.

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 10 Sep 2014, 02:14 PM
I attached a picture of what I am talking about.
0
Georgi Krustev
Telerik team
answered on 11 Sep 2014, 01:57 PM
Hello Jason,

The DropDownList widget renders its content using html SPAN elements. This gives the freedom to style the output html tags freely.

If you would like to achieve the native mobile behavior of a standard SELECT element, then you will need to avoid DropDownList initialization and stick with the standard SELECT. 

Best regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Georgi Krustev
Telerik team
Share this question
or