New to Kendo UI for jQueryStart a free 30-day trial

Linear

configuration

Indicates whether the Stepper will force the user to follow the Steps sequence or not. If set to "false" it will allow the user to select any step. If in its default state ("true") the user will be able to select the step immediately after the currently selected step or the previous step.

linear

Boolean

Default: true

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

<script>
    $("#stepper").kendoStepper({
        linear: false,
        steps: ["Initial step", "Second step", "Third step"]
    });
</script>
Not finding the help you need?
Contact Support