I have added a wizard control in my WPF MVVM project.
On one page of the wizard I have a combobox that binds to a property from a model (MVVM)
After I moved to the next page, the value in that combobox is reset to NULL.
How do I preserve values selected in previous pages of the wizard
Thanks
Miroslav
2 Answers, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 03 Aug 2023, 06:27 AM
Hello Miroslav,
To preserve the old content on page change, you can set the IsContentPreserved property of RadWizard to True. This is described in the help documentation. I hope it helps.