Declined
Last Updated: 13 May 2022 17:06 by ADMIN
Duplicated
Last Updated: 12 Nov 2021 11:54 by ADMIN
Unplanned
Last Updated: 27 May 2021 18:55 by ADMIN
Created by: Albert Shenker
Comments: 0
Category: Wizard
Type: Feature Request
1
add findById client-side method to RadWizard and/or RadWizardStepCollection objects in order to find steps by id.

This would also be useful server-side instead of using FindControl
Declined
Last Updated: 27 May 2021 18:40 by ADMIN
Created by: abigail
Comments: 1
Category: Wizard
Type: Feature Request
0
Hi! I would like to implement an exam with control time for each step of the wizard. For example the time to complete the step 1 would be 3 minutes the time for the step 2 would be 5 minutes, I think that the step wizard could be include a property for the time and other property for customize the page for show when the time is over.
Unplanned
Last Updated: 29 Jan 2021 07:31 by ADMIN
For complex wizard setups, some later steps can be dependent on choices a user makes on some initial tabs.

For the RadWizard, it would be nice to be able to dynamically show and hide the tabs and steps from the User based on their choices (from client-side or server-side code).  This would make the control a ton more useful and capable.  

Thanks.
Unplanned
Last Updated: 07 Jan 2021 14:08 by ADMIN
Created by: Eliyahu Goldin
Comments: 0
Category: Wizard
Type: Feature Request
0
It's a simple addition but it would be very useful.

Currently I can address WizardSteps inside the wizard by index only, like that: WizardSteps[1].

I want to be able to address WizardSteps by step Title, like that:
WizardStep["Review"]
Unplanned
Last Updated: 20 Nov 2020 17:07 by ADMIN

https://docs.microsoft.com/en-us/previous-versions/aspnet/ms178342(v=vs.100)

Hi
I would like to request the feature 

Microsoft's addition of asp:CreateUserWizard is most welcome it covers the typical UX of every site however its not pretty.

A quick win for you is to have in one of your blogs a post showing reskining it with the depth of your controls.
An initial colouration can be used with 
telerik:RadFormDecorator this is clunky as below.

   <telerik:RadFormDecorator ID="RadFormDecorator1" Runat="server" DecoratedControls="All" DecorationZoneID="ContentPlaceHolder1_CreateUserWizard1" Skin="Sunset" />


What would be nice is a <telerik:CreateUserWizard/> with the option of selection the MS standard backend or other third party IAM providers such as Google/Azure/Telerik/KeyCloak-OAuth

Just that Telerik would come out the box with Internationalization sorted.

Thanks

Doug

Unplanned
Last Updated: 01 Jun 2020 16:45 by ADMIN
Created by: Chris
Comments: 2
Category: Wizard
Type: Feature Request
8
Currently the only way to do anything with the default RadWizard navigation buttons (Cancel, Previous, Next, Finish) is to change the localization of them.  Doing this workaround, however, will lose you the option to have any reasonable form of localization in your program.

So this is a request to add templates to allow developers to create their own sets of buttons, and expose control of the area to developers completely so they may instead redesign the whole area if they wish.
Unplanned
Last Updated: 12 May 2020 13:22 by ADMIN
Created by: Lennart Burkels
Comments: 0
Category: Wizard
Type: Feature Request
0
Would be great if the "isbreak" option like in the radtabstrip is also available for the radwizard tabstrip. See attached image (created by your colleague btw)
Unplanned
Last Updated: 06 Aug 2019 08:44 by ADMIN
Created by: Scott
Comments: 1
Category: Wizard
Type: Feature Request
2
Would be great to have a SingleClick and SingleClickText property for Cancel, Next and Finish buttons on the RadWizard in the same manner as normal RadButtons.

Testing a project which is complete except for an issue where the user is able to submit many times by pressing the Finish button in quick succession.

Tried this but did not work for me:
http://www.telerik.com/forums/prevent-user-from-double-clicking-next-button
Unplanned
Last Updated: 09 Nov 2018 17:46 by ADMIN
When nesting several RadWizard controls with different orientation they are mixing there styles in Lightweight (e.g. Vertical in horizontal). The problem occurs only in Lightweight, the Classic rendered Wizards are rendered properly.

Code to reproduce the problem:
      <telerik:RadWizard runat="server" ID="StaticWizard" RenderMode="Lightweight">
                <WizardSteps>
                    <telerik:RadWizardStep Title="1.0 Step">
                        <telerik:RadWizard runat="server" ID="NestedStaticWizard1" NavigationBarPosition="Left" ProgressBarPosition="Left" RenderMode="Lightweight">
                            <WizardSteps>
                                <telerik:RadWizardStep Title="1.01 Sub-step"></telerik:RadWizardStep>
                                <telerik:RadWizardStep Title="1.02 Sub-step"></telerik:RadWizardStep>
                                <telerik:RadWizardStep Title="1.03 Sub-step"></telerik:RadWizardStep>
                                <telerik:RadWizardStep Title="1.04 Sub-step"></telerik:RadWizardStep>
                                <telerik:RadWizardStep Title="1.05 Sub-step"></telerik:RadWizardStep>
                                <telerik:RadWizardStep Title="1.06 Sub-step"></telerik:RadWizardStep>
                            </WizardSteps>
                        </telerik:RadWizard>
                    </telerik:RadWizardStep>
                    <telerik:RadWizardStep Title="2.0 Step"></telerik:RadWizardStep>
                    <telerik:RadWizardStep Title="3.0 Step"></telerik:RadWizardStep>
                    <telerik:RadWizardStep Title="4.0 Step"></telerik:RadWizardStep>
                    <telerik:RadWizardStep Title="5.0 Step"></telerik:RadWizardStep>
                    <telerik:RadWizardStep Title="6.0 Step"></telerik:RadWizardStep>
                </WizardSteps>
            </telerik:RadWizard>
Completed
Last Updated: 20 Mar 2015 07:22 by ADMIN