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

complete step to first step - loop

4 Answers 242 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 15 Feb 2019, 04:37 PM

maybe vessy help radwizard loop problem. please see below vessy

on last step - StepType="Complete" want to have button to start Wizard over client-side only please

 

this button in Complete step goes back to step 1 - RadWizard.get_wizardSteps().getWizardStep(0).set_active(true);

 

but step missing progress bar and navigation tools - please help

<h4 style="text-align: right;">Quieres añadir otra?</h4>
 
                                            <div style="float: right; padding-right: 25px;">
                                                <telerik:RadButton runat="server" Text="Añadir" Font-Size="Large" Width="100px" Height="65px" AutoPostBack="false" CausesValidation="false"
                                                    OnClientClicked="RadButtonAdd" />
                                            </div>

 

 

 

 

4 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 18 Feb 2019, 01:52 PM

this is not desire. postsback required for the navigator controls to reappear. why only server side code? need to open wizard to more client functions. not good design. please help fix your bug

these functions do not exist on client.

this.RadWizard.DisplayNavigationBar = true;
this.RadWizard.DisplayNavigationButtons = true;
this.RadWizard.DisplayProgressBar = true;

 

 

0
Vessy
Telerik team
answered on 20 Feb 2019, 02:21 PM
Hi Dan,

The faced behavior is part of the Complete step type logic and the only way to re-activate the initial step during this phase without any server-side logic is to perform a PostBack, that will force the control to reload itself, making the first step active:
<telerik:RadWizardStep Title="Complete" StepType="Complete">
    <h4 style="text-align: right;">Quieres añadir otra?</h4>
 
    <div style="float: right; padding-right: 25px;">
        <telerik:RadButton ID="Button1" runat="server" Text="Añadir" Font-Size="Large" Width="100px" Height="65px" AutoPostBack="true" CausesValidation="false"/>
    </div>
</telerik:RadWizardStep>


Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Dan
Top achievements
Rank 1
answered on 21 Feb 2019, 01:07 PM
okay vessy. though client should have more properties. we will work with this bug. thanks you
0
Vessy
Telerik team
answered on 22 Feb 2019, 01:24 PM
Hi,

You are welcome, Dan. Please, feel free to submit any improvement ideas about our controls that you have in our Feedback portal so we can prioritize them depending on the items popularity:
https://feedback.telerik.com/aspnet-ajax?typeId=2&listMode=Recent  

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Wizard
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or