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

Wizard within Wizard

3 Answers 84 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Matthew Bishop
Top achievements
Rank 1
Matthew Bishop asked on 09 Aug 2015, 03:47 PM

To put it bluntly, is this possible? When I try and do it in design mode in Vis it simply crashes Vis. When you do it in source view and load the resulting page, when you click on a item in the second wizard it changes the first wizard.

 

I simply wanted to use it because the wizard is so much better than the tabs and multiview

3 Answers, 1 is accepted

Sort by
0
Matthew Bishop
Top achievements
Rank 1
answered on 09 Aug 2015, 03:50 PM

Oh the code, since you will not doubt ask.

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.Core.js">
            </asp:ScriptReference>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.jQuery.js">
            </asp:ScriptReference>
            <asp:ScriptReference Assembly="Telerik.Web.UI"
                Name="Telerik.Web.UI.Common.jQueryInclude.js">
            </asp:ScriptReference>
        </Scripts>
    </telerik:RadScriptManager>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <telerik:RadWizard ID="RadWizard1" runat="server">
        <WizardSteps>
            <telerik:RadWizardStep ID="RadWizardStep1" runat="server">
            </telerik:RadWizardStep>
            <telerik:RadWizardStep ID="RadWizardStep2" runat="server">
                <telerik:RadWizard ID="RadWizard2" Runat="server">
                    <WizardSteps>
                        <telerik:RadWizardStep ID="RadWizardStep5" runat="server">
                        </telerik:RadWizardStep>
                        <telerik:RadWizardStep ID="RadWizardStep6" runat="server">
                        </telerik:RadWizardStep>
                        <telerik:RadWizardStep ID="RadWizardStep7" runat="server">
                        </telerik:RadWizardStep>
                        <telerik:RadWizardStep ID="RadWizardStep8" runat="server">
                        </telerik:RadWizardStep>
                    </WizardSteps>
                </telerik:RadWizard>
            </telerik:RadWizardStep>
            <telerik:RadWizardStep ID="RadWizardStep3" runat="server">
            </telerik:RadWizardStep>
            <telerik:RadWizardStep ID="RadWizardStep4" runat="server">
            </telerik:RadWizardStep>
        </WizardSteps>
    </telerik:RadWizard>​

0
Accepted
Plamen
Telerik team
answered on 10 Aug 2015, 08:46 AM
Hi,

Yes indeed currently the desired functionality is not supported by RadWizard. Please excuse us for this limitation of the control. You can submit a feature request with this functionality in our feedback portal.

Regards,
Plamen
Telerik
0
Matthew Bishop
Top achievements
Rank 1
answered on 10 Aug 2015, 09:03 AM
Thanks for your reply, i thought I was going mad))))
Tags
Wizard
Asked by
Matthew Bishop
Top achievements
Rank 1
Answers by
Matthew Bishop
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or