Do we have any way to open any step of wizard on click

1 Answer 117 Views
Wizard
Kunal
Top achievements
Rank 1
Kunal asked on 10 Apr 2023, 07:00 PM

Hi All

Right now Kendo Wizard only allows to move 1 step up or down. Do we have any way to make it all steps clickable. If I am on step 1 I can click on step 4 to see the content or click anyway to go to any step instead of only 1 +-

https://demos.telerik.com/aspnet-core/wizard/ajax

 

1 Answer, 1 is accepted

Sort by
0
Mihaela
Telerik team
answered on 13 Apr 2023, 09:58 AM

Hello Kunal,

Indeed, you could disable the default linear Wizard navigation by setting Linear(false) option in the Stepper configuration:

@(Html.Kendo().Wizard()
        .Name("wizard")
        .Stepper(stepper => stepper.Linear(false))
        ...
)

Here is a REPL sample for your reference:

https://netcorerepl.telerik.com/GxYSFHEN54n7jMfm59

 

Regards, Mihaela 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
Kunal
Top achievements
Rank 1
Answers by
Mihaela
Telerik team
Share this question
or