RadWizard - selected value in a combobox from a previous page set to null when moved to the next page in the wizard

2 Answers 38 Views
Wizard
MiroslavStantic
Top achievements
Rank 1
Iron
MiroslavStantic asked on 02 Aug 2023, 09:27 AM

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

Sort by
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.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
MiroslavStantic
Top achievements
Rank 1
Iron
answered on 03 Aug 2023, 07:10 AM
Thanks. That did the trick. 
Tags
Wizard
Asked by
MiroslavStantic
Top achievements
Rank 1
Iron
Answers by
Martin Ivanov
Telerik team
MiroslavStantic
Top achievements
Rank 1
Iron
Share this question
or