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.
Hi,
Thank you for your feedback, Alok!
We will take it into consideration once this item is planned for implementation. Meanwhile, you can use the CSS-steps-hiding approach suggested by my colleague Ivan.
Regards,
Vessy
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
We really need this. Say we have big steps to follow in my case it is generally 8-10 steps, Now all steps are not needed in all scenario.
See if team can work on this request to allow to hide a step.
Regards
Alok
A way to hide steps through setting the steps CssClass property on the server has been suggested by Sam in the following forum thread: http://www.telerik.com/forums/radwizard-hide-disable-step-from-client
This would definitely be a useful feature. Even if setting Display or Visible to false were to be the level of control provided, that would be enough to add in a lot of complexity with little work. As it stands Display cannot be set, and Visible doesn't actually hide the step instead only making the step's page blank.