Kendo.Mvc.UI.Form
Kendo UI Form component
Properties
ButtonsTemplate
Specifies the template which is used for rendering the From buttons.
ButtonsTemplateId
The id for the ButtonsTemplate
FocusFirst
Specifies if the first editor of the form will be focused on initialization.
Orientation
Configures the Form orientation. Available options are "horizontal" and "vertical".By default, the Form is rendered with vertical orientation.
Validatable
Configures the built-in Validator options.
Items
A JavaScript array that contains the Form's items configuration.
Grid
Grid layout settings.
Layout
Specify the layout of Form content. Valid options are: grid: This is equivalent to display: grid. It defines the form element as a grid container and establishes a new grid formatting context for its contents..
FormatLabel
Callback function that could be used to change the default format of the automatically generated labels.
Messages
Messages settings.
Methods
SerializeSettings
Serialize current instance to Dictionary
WriteHtml(System.IO.TextWriter)
Writes the HTML.
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.