Could guide how to validate each page of the RadWizard control? Ideally it would be to validate current page when the Next button is clicked. Then in case of errors on the page move to the next page would be cancelled.
Best regards
Szymon
3 Answers, 1 is accepted
0
Dilyan Traykov
Telerik team
answered on 13 Dec 2016, 11:42 AM
Hello Szymon,
What you can do in such scenario is to handle RadWizard's SelectionChanging event and based on your validation logic, cancel the selection. Here's what I have in mind:
Yeah, it works for me! However I named each WizardPage in my xaml and in the radWizard_SelectionChanging I use Name property to distinguish between pages.
0
Dilyan Traykov
Telerik team
answered on 14 Dec 2016, 04:12 PM
Hello Szymon,
I'm glad to hear that the suggested approach works for you. If I can further assist you in any way, please let me know.