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

Problem with RadDocumentPanes losing the Tab after they are dragged from original location

2 Answers 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sandi
Top achievements
Rank 1
Sandi asked on 19 May 2009, 06:43 PM

Hi,

I am trying to make use of the docking provided in the RadTools. Everything runs fine but the behavior that I see is not what I see when I view the sample in Silverlight 2. Using the xaml below I run my application for Silverlight 3 and then drag one of my tabs to the bottom of the RadPaneGroup...when I do so the content is there but  the visual part the tab  is gone. There's nothing to grab anymore that will allow me to close or move the RadDocumentPane or the RadPane. Furthermore when I place the other tab over the top of the first one I moved I can no longer see the first one and both tab sections are gone.

Not sure if this makes sense but I can provide my solution if needed

Thanks in advance for your help.

Sandi

<UserControl xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"  x:Class="SilverlightApplication3.Page" 
        xmlns="http://schemas.microsoft.com/client/2007" 
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
        xmlns:radDock="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking">  
    <Grid> 
        <radDock:RadDocking x:Name="radDocking1">  
            <radDock:RadDocking.DocumentHost> 
                <radDock:RadSplitContainer> 
                    <radDock:RadPaneGroup > 
                        <radDock:RadDocumentPane Title="RadDocumentPane 1">  
                            <radDock:RadDocumentPane.Content> 
                                <TextBlock TextWrapping="Wrap" Text="RadDocumentPane1 Content" /> 
                            </radDock:RadDocumentPane.Content> 
                        </radDock:RadDocumentPane> 
                        <radDock:RadPane Title="RadPane 1">  
                            <radDock:RadPane.Content> 
                                <TextBlock TextWrapping="Wrap" Text="RadPane1 Content" /> 
                            </radDock:RadPane.Content> 
                        </radDock:RadPane> 
                    </radDock:RadPaneGroup> 
                </radDock:RadSplitContainer> 
            </radDock:RadDocking.DocumentHost>    
        </radDock:RadDocking> 
</Grid> 
</UserControl> 

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 20 May 2009, 11:25 AM
Hi Sandi,

Thank you for your report! 

I was able to reproduce the issue against Silverlight 3. You are right that it doesn't exist in Silverlight 2. We will put it in our TODO list and hopefully will fix it soon.

Your Telerik points have been updated for your report.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
0
Sandi
Top achievements
Rank 1
answered on 20 May 2009, 11:38 AM
Thanks for your prompt reply. We will be looking forward to your update.
Tags
General Discussions
Asked by
Sandi
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Sandi
Top achievements
Rank 1
Share this question
or