Completed
Last Updated: 07 Jun 2021 08:36 by ADMIN
Release R2 2021 SP1 (LIB 2021.2.607)
David
Created on: 04 Mar 2021 10:05
Category: Wizard
Type: Bug Report
1
RadWizard: .NET 5 design time experience doesn't allow navigating the pages in the wizard

Create a .NET 5 project and add a RadWizard. You can't navigate the pages to place controls on any page other than page 1.

Workaround: in the Designer.cs InitializeComponents method you can set the Selected page and rebuild the project:

 this.radWizard1.SelectedPage = wizardPage1;

0 comments