https://dojo.telerik.com/ahoKociN/2
1) normal select box : (in the iPAD)
<select id="size0" >
<option>S - 6 3/4"</option>
<option>M - 7 1/4"</option>
<option>L - 7 1/8"</option>
<option>XL - 7 5/8"</option>
</select>
2) kendo ui select box :
Question :
How can I input like 1) on mobile while using kendo jquery?
Hi Won Bae,
The Kendo UI DropDownList supports adaptive rendering when rendered on smaller devices. It can be enabled by setting adaptiveMode property "auto"
$("#list").kendoDropDownList({ adaptiveMode: "auto" })
What you are asking, however, is not supported with the Kendo UI DropDownList.
Regards,
Nikolay