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

Splitters in multiple wizard steps

3 Answers 77 Views
Wizard
This is a migrated thread and some comments may be shown as answers.
Al
Top achievements
Rank 1
Iron
Iron
Iron
Al asked on 30 Sep 2015, 02:14 PM

Hi,

My wizard has multiple pages and each page has a splitter, something like this:

<telerik:RadWizard ID="RadWizard2" Runat="server" >
                                 
    <WizardSteps>
                 
        <telerik:RadWizardStep runat="server" Title="Data" ID="RadWizardStep1" >
            <telerik:RadSplitter ID="RadSplitter4" runat="server" Orientation="Horizontal">                       
                <telerik:RadPane ID="RadPane3" runat="server" ></telerik:RadPane>
                <telerik:RadPane ID="RadPane4" runat="server" ></telerik:RadPane>
            </telerik:RadSplitter>
        </telerik:RadWizardStep>
 
        <telerik:RadWizardStep runat="server" Title="Data" ID="RadWizardStep2" >
            <telerik:RadSplitter ID="RadSplitter5" runat="server" Orientation="Vertical">                       
                <telerik:RadPane ID="RadPane7" runat="server" ></telerik:RadPane>
                <telerik:RadPane ID="RadPane8" runat="server" ></telerik:RadPane>
            </telerik:RadSplitter>
        </telerik:RadWizardStep>
 
    </WizardSteps>
 
</telerik:RadWizard>

 

I just want to check that what I am doing is correct and is supported because I am seeing some strange behaviour where two different splitter's 'ResizeWithParentPane' settings are affecting each other.

 

3 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 05 Oct 2015, 03:27 PM
Hello Alwin,

I have tested the following demo in the RadWizard control and everything seems to be working fine. Could you please provide me a sample where I could observe the described.

Regards,
Peter Filipov
Telerik
0
Al
Top achievements
Rank 1
Iron
Iron
Iron
answered on 06 Oct 2015, 08:49 AM

Hi Peter,

Thanks, that demo doesn't have a RadWizard which is really what I am interested in. I will try to get a sample project loaded but in the mean time I just want to confirm that I am approaching this the right way as above?

0
Peter Filipov
Telerik team
answered on 08 Oct 2015, 08:20 AM
Hi Alwin,

I have tested the mentioned demo in the RadWizard and everything is working fine that is why I am asking for a project where I could reproduce the problem. This will allow me to debug it and confirm if the problem comes from the Wizard component. 

Regards,
Peter Filipov
Telerik
Tags
Wizard
Asked by
Al
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Peter Filipov
Telerik team
Al
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or