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

RadSplitter error

2 Answers 50 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 02 Dec 2008, 10:52 AM
I have one radsplitter in my page with three RadPanes.
In the first radpane I have inserted a CreateUserWizard.
When I switch to the design view of visual studio I get this error message in the RadSplitter control :

Error Creating Control - RadSplitter1
There can only be one CreateUserWizardStep in your WizardSteps

Any ideas?
Thank you.
(In the first CreateUserWizard in the first radpane I am using two CreateWizardSteps)

2 Answers, 1 is accepted

Sort by
0
Stavros
Top achievements
Rank 1
answered on 02 Dec 2008, 12:08 PM
If there is as problem with the cooperation of the two controls just tell me so and I'll program the whole thing differently.
Thank you.
0
Tsvetie
Telerik team
answered on 03 Dec 2008, 01:34 PM
Hello Stavros,
Unfortunately, I could not reproduce the problem you describe - I tested with the following code:
<telerik:RadSplitter ID="RadSplitter1" runat="server">  
    <telerik:RadPane ID="RadPane1" runat="server">  
        <asp:CreateUserWizard ID="CreateUserWizard1" runat="server">  
            <WizardSteps> 
                <asp:CreateUserWizardStep runat="server">  
                </asp:CreateUserWizardStep> 
                <asp:CompleteWizardStep runat="server">  
                </asp:CompleteWizardStep> 
            </WizardSteps> 
        </asp:CreateUserWizard> 
    </telerik:RadPane> 
    <telerik:RadPane ID="RadPane2" runat="server"></telerik:RadPane> 
    <telerik:RadPane ID="RadPane3" runat="server"></telerik:RadPane> 
</telerik:RadSplitter> 

I tested with 2008.3.1125.20 version of the suite (Q3 2008 SP1) and VS2005. Could you please open a new support ticket and send us the following:
  1. Simple running project, demonstrating the problem.
  2. A video, showing the steps we need to follow, in order to reproduce the problem, as well the result you get.

Could you please specify as well the version of the suite you use and the Visual Studio version and Framework?

Regards,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Stavros
Top achievements
Rank 1
Answers by
Stavros
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or