<kendo:wizard-validateForms>

Indicates whether the Wizard will automatically validate any Kendo Form configured for a Step. Validation will be executed upon Step navigation.

Example

<kendo:wizard>
    <kendo:wizard-validateForms></kendo:wizard-validateForms>
</kendo:wizard>

Configuration Attributes

validateOnPrevious boolean

Indicates whether navigation to previous Step will trigger current Step Form validation. By default, Form validation is enabled for any step navigation.

Example

<kendo:wizard-validateForms validateOnPrevious="validateOnPrevious">
</kendo:wizard-validateForms>
In this article
Not finding the help you need?