Wizard Stepper - how to cusomize starting step of wizard.

1 Answer 93 Views
Wizard
Beena
Top achievements
Rank 1
Iron
Iron
Beena asked on 29 Apr 2022, 06:06 PM

Hello,

I would like to programmatically change what is going to be the first step of the wizard. For example, on my page I have 2 buttons, if the user clicks the first button, then the wizard should open at step 1, and if the user clicks the second button then the wizard should skip step 1, and directly open at step 2. Is there a way to set the starting step of the wizard conditionally. Like an active index/step to know which step the wizard is at or a property like startindex to indicate the starting step of the wizard. 

Your help is really appreciated

Beena.

1 Answer, 1 is accepted

Sort by
0
Svetoslav Dimitrov
Telerik team
answered on 04 May 2022, 08:09 AM

Hello Beena,

You can preset the Value parameter of the Wizard so it starts from a step different than the first one. From this REPL link, you can see a Proof of Concept and you can extend this example for your actual application. 

Regards,
Svetoslav Dimitrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Wizard
Asked by
Beena
Top achievements
Rank 1
Iron
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Share this question
or