Unplanned
Last Updated: 16 Feb 2024 12:43 by ADMIN

To reproduce:

  • create a new project with Telerik RadForm, HighDPI
  • add material theme, activate the theme
  • add RadWizard, activate the theme
  • change the wizard to Aero mode

In the preview the PageTitle of the wizard page is visible. Run the project and the PageTitle isn't visible anymore. The color of the PageTitle background is also not correct. I think there is a problem with the resources.

Unplanned
Last Updated: 15 Aug 2017 09:36 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Wizard
Type: Feature Request
2
A state for RadWizard should be added to its styling mechanism that tells whether the form on which the RadWizard instance is place is active or inactive. This will allow for changing the colors of the top area of RadWizard, so that it behaves the same way as a standard wizard dialog.
Unplanned
Last Updated: 15 Aug 2017 09:33 by ADMIN
RadWizard cannot show a second completion page at design-time.
Unplanned
Last Updated: 11 Jul 2016 08:41 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: Wizard
Type: Bug Report
0
To reproduce:

1. Add a RadWizard to an empty form
2. Add the Windows 8 Theme
3. Change the RadWizard component to Aero
4. Apply the Windows 8 Theme to the wizard control.
5. Run the project.

Workaround:  this.radWizard1.WelcomeImageElement.Margin = new Padding(0, 0, 0, -5);