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

Forms / Overview

1 Answer 54 Views
View
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 16 Oct 2014, 06:13 PM
The sample source code does not show, What is the Kendo Mobile Type we need to use to create such a form?

http://demos.telerik.com/aspnet-mvc/mobile-forms/index

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 17 Oct 2014, 10:02 AM
Hello Eric,

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.

 
Tags
View
Asked by
Eric
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or