This is a migrated thread and some comments may be shown as answers.

13245

2 Answers 117 Views
Stepper
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 2
Bronze
Iron
Iron
Joel asked on 10 Sep 2020, 04:56 PM

If my main process is 12345 will this control accommodate the real-life process that does a 13245 once in a while?  I don't want step 3 to require step 2 to be finished step 2 may be outstanding.  On the extreme, can all 5 steps be independent of each other?  

So, what I'm saying is that instead of the process taking steps all the time; sometimes it trips.

2 Answers, 1 is accepted

Sort by
0
Accepted
Aleksandar
Telerik team
answered on 15 Sep 2020, 01:13 PM

Hi Joel,

The Telerik UI for ASP.NET Core Stepper allows you to configure the way the user will interact with the Stepper. By default, the user has to follow the Steps sequence. Setting the .Linear() configuration option to false will allow the user to select any step, irrespective of the Step sequence.

You can review a runnable demo of this configuration option on the demo linked below:

https://demos.telerik.com/aspnet-core/stepper/operation-modes

Regards,


Aleksandar
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive , special prizes and more, for FREE?! Register now for DevReach 2.0(20).

0
Joel
Top achievements
Rank 2
Bronze
Iron
Iron
answered on 15 Sep 2020, 02:12 PM

The Linear is a good setting... but, when I jump from step 1 to 3 it automatically says step 2 is done.  I think your control is doing what it is designed to do... but, it doesn't work in my scenario because I need step 2 to be independent of 1 and 3.

Thanks for your help,

Joel

Tags
Stepper
Asked by
Joel
Top achievements
Rank 2
Bronze
Iron
Iron
Answers by
Aleksandar
Telerik team
Joel
Top achievements
Rank 2
Bronze
Iron
Iron
Share this question
or