New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Wizard Object

The RadWizard client-side object exposes the following public methods and properties to control its behavior:

RadWizard Client-Side Methods

NameParametersReturn TypeDescription
get_activeIndexintReturns the active step index.
get_activeWizardStepTelerik.Web.UI.RadWizardStepReturns active RadWizardStep object.
get_renderedStepsTelerik.Web.UI.RadWizardStepCollectionReturns a collection of RadWizardStep contained in RadWizard control.
get_cancelButtonElementHTML elementReturns the cancel button HTML element.
get_finishButtonElementHTML elementReturns the finish button HTML element.
get_previousButtonElementHTML elementReturns previous button HTML element.
get_nextButtonElementHTML elementReturns next button HTML element.
get_progressPercentintReturns the current RadWizard level of completion.
get_historyArrayReturns an array of indexes of the steps that have been activated. They are also arranged in the same order they have been activated.
set_activeIndexintSets an active step for the RadWizard with the same index as the one sent as parameter.
set_activeWizardStepTelerik.Web.UI.RadWizardStepSets an active step for the RadWizard control.
set_progressPercentintSets the RadWizard current value of the progress.
Not finding the help you need?
Contact Support