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

Razor
 
            @(Html.Kendo().Wizard()
               .Name("wizard")
               .ValidateForms(forms => forms.ValidateOnPrevious(true))
             )
             
In this article
MethodsValidateOnPrevious(System.Boolean)
Not finding the help you need?
Contact Support