Wizard

Example

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

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
has-client-componentBoolean
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
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.
action-barBooleanIndicates whether the Steps in the Wizard will render their Buttons and Pager element.
as-moduleBoolean
content-positionWizardContentPositionThe position of the Wizard step content according to the embedded Stepper widget.
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-activateStringFires when a new step has been selected upon user interaction.
on-content-loadStringTriggered when content is fetched from an AJAX request and has been loaded.
on-doneStringTriggered when the "Done" action Button has been clicked
on-errorStringTriggered 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-failedStringFired 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-resetStringTriggered when the "Reset" action Button has been clicked
on-selectStringFires 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.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support