New to Telerik UI for ASP.NET MVC? Download free 30-day trial

WizardTagHelper

Example

<kendo-wizard>
    <messages />
    <stepper />
    <wizard-steps></wizard-steps>
</kendo-wizard>

ChildTags

Tag Name Details
messages WizardMessagesSettingsTagHelper
stepper WizardStepperSettingsTagHelper
wizard-steps WizardStepsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
has-client-component Boolean
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
action-bar Boolean Indicates whether the Steps in the Wizard will render their Buttons and Pager element.
content-position WizardContentPosition The position of the Wizard step content according to the embedded Stepper widget.
load-on-demand Boolean Indicates whether the step content will be loaded on demand when a given step is selected. Applicable when the step configuration has "contentUrl" set.
on-activate String Fires when a new step has been selected upon user interaction.
on-content-load String Triggered when content is fetched from an AJAX request and has been loaded.
on-done String Triggered when the "Done" action Button has been clicked
on-error String 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-failed String 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-reset String Triggered when the "Reset" action Button has been clicked
on-select String Fires when the user clicks on the Stepper or clicks on "Previous"/"Next" action Buttons to select another step.
pager Boolean Indicates whether the Steps in the Wizard will render their Pager element.
reload-on-select Boolean Indicates whether the step content will be reloaded on each navigation to given step. Applicable when the step configuration has "contentUrl" set.
sanitize-id Boolean
In this article
Not finding the help you need?