WizardValidateFormsSettingsBuilder
Methods
ValidateOnPrevious(System.Boolean)
Indicates whether navigation to previous Step will trigger current Step Form validation. By default, Form validation is enabled for any step navigation.
Parameters
value - System.Boolean
The value that configures the validateonprevious.
Example
@(Html.Kendo().Wizard()
.Name("wizard")
.ValidateForms(forms => forms.ValidateOnPrevious(true))
)