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

RadDocking - Application Crash

1 Answer 49 Views
Docking
This is a migrated thread and some comments may be shown as answers.
yoochul
Top achievements
Rank 1
yoochul asked on 27 Jun 2014, 07:40 AM
Hi,

I am use Q1 telerik for 2014 SP1

Title2,3 - Mouse Drag : OK
Title1 - Mouse Drag : Crash...

<Xaml Source>
​<Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <Grid.RowDefinitions>            
            <RowDefinition Height="*" />
        </Grid.RowDefinitions>       
        <telerik:RadDocking x:Name="radDocking" Grid.Row="1">
            <telerik:RadDocking.DocumentHost>
                <telerik:RadSplitContainer>
                    <telerik:RadPaneGroup>
                        <telerik:RadDocumentPane Title="Title1">
                            <telerik:RadDocumentPane.Content>
                                <telerik:RadDocking>
                                    <telerik:RadDocking.DocumentHost>
                                        <telerik:RadSplitContainer>
                                            <telerik:RadPaneGroup>
                                                <telerik:RadDocumentPane Title="Title2">
                                                    <telerik:RadDocumentPane.Content>
                                                        <telerik:RadDocking>
                                                            <telerik:RadDocking.DocumentHost>
                                                                <telerik:RadSplitContainer>
                                                                    <telerik:RadPaneGroup>
                                                                        <telerik:RadDocumentPane Title="Title3">
                                                                            <telerik:RadDocumentPane.Content>
                                                                                <TextBlock Text="a" />
                                                                            </telerik:RadDocumentPane.Content>
                                                                        </telerik:RadDocumentPane>
                                                                    </telerik:RadPaneGroup>
                                                                </telerik:RadSplitContainer>
                                                            </telerik:RadDocking.DocumentHost>
                                                        </telerik:RadDocking>
                                                    </telerik:RadDocumentPane.Content>
                                                </telerik:RadDocumentPane>
                                            </telerik:RadPaneGroup>
                                        </telerik:RadSplitContainer>
                                    </telerik:RadDocking.DocumentHost>
                                 </telerik:RadDocking>
                            </telerik:RadDocumentPane.Content>
                        </telerik:RadDocumentPane>
                    </telerik:RadPaneGroup>
                </telerik:RadSplitContainer>
            </telerik:RadDocking.DocumentHost>           
        </telerik:RadDocking>

    </Grid>
</Window>

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 30 Jun 2014, 11:53 AM
Hello,

Thank you for reporting us this problem with the RadDocking control. The issue is reproduced and logged on our side and the fix will be available with the internal release next week.

You telerik points are updated as well. Hope this helps.


Regards,
George
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Docking
Asked by
yoochul
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or