Hi Guys,
I spend lots of time but unable to success to skip the wizard step based on condition. I used differernt techniques but didn't get success kindly guide me. I just want to skip some steps based on certain condition.
Using:
function changeActiveIndex(gotoIndex) {
var wizard = $find("<%= RadWizard1.ClientID %>");
wizard.set_activeIndex(gotoIndex);
//wizard.set_activeWizardStep = wizard.get_wizardStepByIndex(2);
}