You can create and add wizard pages runtime by using RadWizard.WizardPages collection. Please note, that this collection does not have a setter.
As for your question about the skipping functionality, you can subscribe to the Previous and Next events of RadWizard and set the SelectedPageIndex property within the event handlers. You can check the Events documentation article for further reference.
I am also attaching a sample project for your convenience.
Let me know how this works for you.
Best Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
many thanks for your example but it is not what I need.
I would like to have everything in my view model. I am going to define some behavior to do it.
BR,
Dino
0
Stefan
Telerik team
answered on 09 Apr 2015, 03:41 PM
Hello Dino,
For a MVVM approach I can suggest you using Commands. You can check the How to use Commands in WPF article for more general information on that matter.
Actually, RadWizard provides a set of built-in Commands which you can use. Please check the Commands documentation article for further reference.