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

Allow Finish

4 Answers 119 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Claudio B.
Top achievements
Rank 1
Claudio B. asked on 24 Mar 2015, 11:38 AM
Dear all,
using the RadWizardComponent i have some trouble to manage the AllowFinish property.

In my ViewModel i have a Boolean property named

public bool CanEndWizard

and on the last page i have done a regular binding as below but it doesn't work.

<!-- Last Page -->
<telerik:CompletionWizardPage
    Title="Export Model"
    x:Name="Export"
    AllowFinish="{Binding CanEndWizard}"
    HeaderTemplate="{StaticResource HeaderTemplate}"
    ContentTemplate="{StaticResource Page4ExportModelTemplate}"
    SideHeaderTemplate="{StaticResource SidebarStatusTemplate}"
    IsSideHeaderVisible="False"
    ButtonsVisibilityMode="Previous,Finish,Cancel" />

I have also tried to do the same binding on Previous Button and that binding works perfecly.

I have tried to set manually on Xaml file 

AllowFinish="False"

and doesn't work too.

I'm doing something wrong ? How can I manage properly the Enabled behaviour of that button ?

4 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 27 Mar 2015, 08:10 AM
Hello Claudio,

It appears you have hit a bug. Fortunately, it is already fixed and the fix will be part of our ServicePack. It is expected to be released until the end of the month.

Regards,
Yoan
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
jen
Top achievements
Rank 1
answered on 23 Oct 2015, 07:43 PM

Can you please confirm what version this bug has been fixed in?
I just installed version 2015.3.930.45 and I am still seeing this bug.

The finish button is always enabled if its the last page, regardless of the AllowFinish property

 
0
Yoan
Telerik team
answered on 27 Oct 2015, 02:42 PM
Hello,

I've tried to reproduce the problem you report using our latest official release (2015.3.930), but to no avail. You can check the attached sample which illustrates my attempt.

Regards,
Yoan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
jen
Top achievements
Rank 1
answered on 27 Oct 2015, 03:12 PM
Thank you, its working correctly now.
Tags
Wizard
Asked by
Claudio B.
Top achievements
Rank 1
Answers by
Yoan
Telerik team
jen
Top achievements
Rank 1
Share this question
or