select step by step

0 Answers 53 Views
Stepper
Oscar
Top achievements
Rank 1
Oscar asked on 28 Sep 2022, 10:14 PM

I am trying to select any step and when selecting it load information in a grid, but with the select event it only works in the step before or after the active one.

 var stepper = $("#stepper").kendoStepper({
                steps: Objson,
                select: function(e) {
                    console.log("i found");
                    e.preventDefault();}              }).getKendoStepper();
Martin
Telerik team
commented on 03 Oct 2022, 11:26 AM

Could you please share a Dojo example where I can observe the problem? The provided code is not enough for me to reproduce it.

No answers yet. Maybe you can help?

Tags
Stepper
Asked by
Oscar
Top achievements
Rank 1
Share this question
or