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

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))
             )

In this article
Not finding the help you need?