Kendo.Mvc.UI.Wizard
Kendo UI Wizard component
Fields
urlGenerator
The URL generator.
Properties
ActionBar
Indicates whether the Steps in the Wizard will render their Buttons and Pager element.
LoadOnDemand
Indicates whether the step content will be loaded on demand when a given step is selected. Applicable when the step configuration has "contentUrl" set.
Messages
Provides configuration options for the messages present in the Wizard widget.
Pager
Indicates whether the Steps in the Wizard will render their Pager element.
ReloadOnSelect
Indicates whether the step content will be reloaded on each navigation to given step. Applicable when the step configuration has "contentUrl" set.
Stepper
Provides configuration options for the Stepper instance of the Wizard widget.
ValidateForms
Indicates whether the Wizard will automatically validate any Kendo Form configured for a Step. Validation will be executed upon Step navigation.
ContentPosition
The position of the Wizard step content according to the embedded Stepper widget.
Steps
Array of steps to be rendered in the Wizard.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.