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

DisplayNavigationButtons doesn't work from declaration

2 Answers 44 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 17 Feb 2016, 01:27 PM
Setting the DisplayNavigationButtons property to false in the Wizard declaration doesn't appear to work. Setting it server-side does. I am using version 2016.1.113.40

2 Answers, 1 is accepted

Sort by
0
Accepted
Nencho
Telerik team
answered on 19 Feb 2016, 01:32 PM
Hello Albert,

I am afraid that we are not aware of such an issue related with the RadWizzard and I am unable to locally replicate it. Could you please test the below implementation at your end and let us know how exactly your implementation differs from the demonstrated one?

<telerik:RadWizard ID="RadWizard1" runat="server" DisplayNavigationButtons="false">
            <WizardSteps>
                <telerik:RadWizardStep ID="RWStep1" runat="server" Title="Checklist">
                </telerik:RadWizardStep>
                <telerik:RadWizardStep ID="RadWizardStep2" Title="Authorization" runat="server" StepType="Step">
                </telerik:RadWizardStep>
                <telerik:RadWizardStep ID="RadWizardStep3" runat="server" Title="Application Information" StepType="Finish">
                </telerik:RadWizardStep>
            </WizardSteps>
        </telerik:RadWizard>


Regards,
Nencho
Telerik
0
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
answered on 22 Feb 2016, 01:21 PM
I found the issue. The wizard is on a user control and there was some code calling if from the container page which was setting this property under certain rare circumstances. Sorry to bother you.
Tags
Wizard
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Nencho
Telerik team
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Share this question
or