Home All Groups Group Topic Archive Search About
Author
22 Jun 2006 12:48 AM
Remoting
Hi,
I have a wizard control with 5 steps in it. How can enable and disable
sidebar buttons, so that the use will not be allowed to go from step1
to step 5 and click finish? I tried validation controls on the steps,
but they wont get fired until the user enters that particular step.
Thanks for any links.
Anil.

Author
30 Jun 2006 12:05 AM
dawagstaff
You can use Wizard.DisplaySideBar = false to stop the sidebar from
appearing at all.  Validation will then stop them progressing to the
next step until the one they are on is complete.

Remoting wrote:
Show quoteHide quote
> Hi,
> I have a wizard control with 5 steps in it. How can enable and disable
> sidebar buttons, so that the use will not be allowed to go from step1
> to step 5 and click finish? I tried validation controls on the steps,
> but they wont get fired until the user enters that particular step.
> Thanks for any links.
> Anil.