For this to work you simply need to initialize the Kendo UI Mobile Application (along with the Mobile Listview, Slider and DropDownList widgets) in MVC code, i.e.:
@(Html.Kendo().MobileApplication()
.ServerNavigation(false)
..........................................
)
and use the same html definitions for the form elements as in the HTML/Javascript version of the demo.
Kind regards,
Sebastian
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.