user2349423
user2349423

Reputation: 11

kendo angular UI wizard

I am using kendo angular 2 and need to implement wizard(multiple pages) form style.

As part of requirment I need to do validations in each page before moving to next page. I see scrollview component but it seems it does not have much control over doing validations .

please suggest me what is the possible solution for this.

Thank you very much in advance

Upvotes: 1

Views: 1568

Answers (1)

Makla
Makla

Reputation: 10459

There is feature request for stepper component.

I had approximately same problem and I solved it by creating custom stepper component. I get inspiration in source code of Angular material stepper component.

Because there are to many files I prepare quick StackBlitz. Component is incomplete, but it is a start.

Upvotes: 1

Related Questions