This is a migrated thread and some comments may be shown as answers.

First step determines height of all steps

1 Answer 97 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Nessi
Top achievements
Rank 1
Nessi asked on 02 Sep 2015, 07:17 PM

Hi!

I'm using the RadWizard in a popupwindow. The steps have different content which results in different heights. The exact size cannot be determined during build as this varies.

How can I remove the height attribute in CSS for rwzContent as this setting appears to be the culprit in a very ugly display of the 'higher' step.

The first wizard step is quite small (see attachment step1.png). The resulting 2nd step therefore is just as small (see attachment step2-current.png). If I remove during debugging the height attribute from .rwzContent (current value 52px) then the steps are nicely displayed (see attachment step2-expected.png)

 

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 07 Sep 2015, 10:56 AM
Hi Nessi,

You can reset height of the RadWizard content by applying the following CSS code snippet:
.rwzContent {
    height: auto !important;
}


Regards,
Magdalena
Telerik
Tags
Wizard
Asked by
Nessi
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or