This is a migrated thread and some comments may be shown as answers.

Wizard in MVVM - Buttons

1 Answer 167 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 07 Sep 2018, 06:52 AM

Hi,
I use the Wizard in a MVVM Based App.

I have a WizardControlView and a WizardControlViewModel.

<telerik:RadWizard x:Name="wizard"                           
                               HorizontalAlignment="Left"
                               Height="300"
                               VerticalAlignment="Top"
                               Width="500"                           
                               IsContentPreserved="True"
                               localControlsBindings:RadWizardPageBinding.ItemSource ="{Binding WizardPages}">       
</telerik:RadWizard>

Inside the WizardPages are no footer with buttons defined.
I use the default footer.

No I can see the buttons in the footer.
When I click e.g. the Cancel Button I want to react inside the WizardControlViewModel and not in the WizardControlView (according MVVM).

Is it possible ?

Regards
Stefan

1 Answer, 1 is accepted

Sort by
0
Stefan
Top achievements
Rank 1
answered on 07 Sep 2018, 11:21 AM

I solved it... Thanks

 

Tags
Wizard
Asked by
Stefan
Top achievements
Rank 1
Answers by
Stefan
Top achievements
Rank 1
Share this question
or