Thanks to visit codestin.com
Credit goes to www.telerik.com

enable

Enables or disables all steps in the Stepper.

Parameters

value Boolean

Specifies whether the steps should be enabled (true) or disabled (false).

Example

<nav id="stepper"></nav>

<script>
    var stepper = $("#stepper").kendoStepper({
        steps: [{
            label: "Initial step"
        }, {
            label: "Second step"
        },{
            label: "Third step"
        }]
    }).getKendoStepper();

	stepper.enable(false);
</script>
In this article
enable
Not finding the help you need?
Contact Support