I have a first step where a user selects an option on the basis of which the remaining steps need to be shown.
I am not dynamically adding any steps that are needed based on the user input.
All steps are made available in .aspx file.
Is there a way to hide steps based on user input.
I tried using Add as explained in this post
http://docs.telerik.com/devtools/aspnet-ajax/controls/wizard/troubleshooting/known-limitations
but still the ViewState is getting corrupted.
Is there a way to achieve this requirement?