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

Select

methods

Selects a Step that is present at a given index. If used without parameter returns the currently selected Step instance.

Returns kendo.stepper.Step

Step The currently selected Step instance.

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

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

	stepper.select(1);
</script>
Not finding the help you need?
Contact Support