Wizard

Example

Razor
<kendo-wizard>
    <messages />
    <stepper />
    <validate-forms />
    <wizard-steps></wizard-steps>
</kendo-wizard>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
content-positionWizardContentPositionThe position of the Wizard step content according to the embedded Stepper widget.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
action-barBooleanIndicates whether the Steps in the Wizard will render their Buttons and Pager element.
load-on-demandBooleanIndicates whether the step content will be loaded on demand when a given step is selected. Applicable when the step configuration has "contentUrl" set.
on-activateStringThe name of the JavaScript function that will handle the activate event. Fires when a new step has been selected upon user interaction.
on-content-loadStringThe name of the JavaScript function that will handle the contentLoad event. Triggered when content is fetched from an AJAX request and has been loaded.
on-doneStringThe name of the JavaScript function that will handle the done event. Triggered when the "Done" action Button has been clicked
on-errorStringThe name of the JavaScript function that will handle the error event. Triggered when an attempt to fetch step content with an AJAX request fails. The event will be fired only when the user clicks on the Previous or Next button, or navigates to another step using the Stepper. It will not be fired if the remote request is raised as a result of a Step.load() method call.
on-form-validate-failedStringThe name of the JavaScript function that will handle the formValidateFailed event. Fired when the validateForms configuration option is set to true (default), and the validation of the Kendo UI Form on the current Wizard step fails when the user tries to navigate to another step.
on-resetStringThe name of the JavaScript function that will handle the reset event. Triggered when the "Reset" action Button has been clicked
on-selectStringThe name of the JavaScript function that will handle the select event. Fires when the user clicks on the Stepper or clicks on "Previous"/"Next" action Buttons to select another step.
pagerBooleanIndicates whether the Steps in the Wizard will render their Pager element.
reload-on-selectBooleanIndicates whether the step content will be reloaded on each navigation to given step. Applicable when the step configuration has "contentUrl" set.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support