hi there
RadWizard-Control does not select the pages which are assigned!
radWizard1.SelectedPage = wizardPage1 ->does not set the current page correctly
radWizard1.SelectedPage = radWizard1.Pages[n] -->does not set the current page correctly
My Example inlcudes 0=welcomePage, 1=CalenderPage, 2=RulePage, 3=Staffinfopage (Help page), 4=FinishPage
Routes allowed are: 0-4, 0-1-4, 0-2-4, 0-3-0, 1-3-1, 2-3-2, 4-3-4
If checking RadWizard.Pages[2].AccessibleName it show the correct Name "RulerPage"
but if assigning "radWizard1.SelectedPage = radWizard1.Pages[2] another page is displayed.
I have shuffled around the Pages in the Pages.Collection and it seems that a wrong Pointer is returned.
Also it should be possible to select a WizardPage by "radWizard1.SelectedIndex=1"
Please fix or show me another way thats working, currently its not usable for me!
Thanks Daniel
RadWizard-Control does not select the pages which are assigned!
radWizard1.SelectedPage = wizardPage1 ->does not set the current page correctly
radWizard1.SelectedPage = radWizard1.Pages[n] -->does not set the current page correctly
My Example inlcudes 0=welcomePage, 1=CalenderPage, 2=RulePage, 3=Staffinfopage (Help page), 4=FinishPage
Routes allowed are: 0-4, 0-1-4, 0-2-4, 0-3-0, 1-3-1, 2-3-2, 4-3-4
If checking RadWizard.Pages[2].AccessibleName it show the correct Name "RulerPage"
but if assigning "radWizard1.SelectedPage = radWizard1.Pages[2] another page is displayed.
I have shuffled around the Pages in the Pages.Collection and it seems that a wrong Pointer is returned.
Also it should be possible to select a WizardPage by "radWizard1.SelectedIndex=1"
Please fix or show me another way thats working, currently its not usable for me!
Thanks Daniel