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

Is there a wizard component? or example of making one?

1 Answer 194 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BitShift
Top achievements
Rank 1
Veteran
BitShift asked on 20 Sep 2019, 01:48 PM

Need to look at a wizard-like ui feature for capturing user input.  Possibly wire something together with tabstrip?

Looking for suggestions.

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 24 Sep 2019, 10:49 AM

Hi,

Indeed, what could be used to resemble a wizard like appearance is the TabStrip component, which allows to change its selected tab manually through the [selected] input property or by using the selectTab method. Each tab's content may have any custom HTML or other Kendo Ui for Angular component and on a specific event we can move to the next or previous tab using one of the suggested options. Please check the following example demonstrating such approach:

https://stackblitz.com/edit/angular-gvrltm?file=app/app.component.ts

However, the developer has the control over implementing the custom solution that should meet the requirements of the use case scenario.

I hope that points you in the right direction of achieving the desired custom functionality. Let me know in case I can provide any further assistance about this case.

Regards,
Svetlin
Progress Telerik

Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
BitShift
Top achievements
Rank 1
Veteran
Answers by
Svet
Telerik team
Share this question
or