Hi,
Can someone tell my why when I'm moving to the next page in the wizard, even if I've visited the next page before, the data context gets reset on the controls?
Also, why does the SelectedPageChanged event happen before the data context changes?
I have a custom control that has a custom error display mechanism, which clears the displayed error when the data context changes. Thus, the user loses their errors if they go back and forward again. I tried to fix by revalidating on SelectedPageChanged, but this happens before the data context changes.
Ideas? Thanks in advance...
Can someone tell my why when I'm moving to the next page in the wizard, even if I've visited the next page before, the data context gets reset on the controls?
Also, why does the SelectedPageChanged event happen before the data context changes?
I have a custom control that has a custom error display mechanism, which clears the displayed error when the data context changes. Thus, the user loses their errors if they go back and forward again. I tried to fix by revalidating on SelectedPageChanged, but this happens before the data context changes.
Ideas? Thanks in advance...