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

[Solved] RadDocking issue

1 Answer 81 Views
Docking
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Srikar
Top achievements
Rank 1
Srikar asked on 21 Jun 2011, 09:47 AM
Hi,

We are using RadControls for Silverlight Q3 2010 SP1. When i  add RadDocking control to a silverlight usercontrol in blend4, i am getting an error (refer attachment). Please let me know how to resolve the issue.

Xmal looks as follows:

<UserControl
 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 xmlns:telerikDocking="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Docking"
 mc:Ignorable="d"
 x:Class="MapPerformance.UserControl1"
 d:DesignWidth="640" d:DesignHeight="480">

 <Grid x:Name="LayoutRoot">
  <telerikDocking:RadDocking HasDocumentHost="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
   <telerikDocking:RadSplitContainer>
    <telerikDocking:RadPaneGroup HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
     <telerikDocking:RadPane Header="Pane 1"/>
     <telerikDocking:RadPane Header="Pane 2"/>
    </telerikDocking:RadPaneGroup>
   </telerikDocking:RadSplitContainer>
  </telerikDocking:RadDocking>
  
 </Grid>
</UserControl>

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 21 Jun 2011, 04:02 PM
Hi Srikar,

I tried to reproduce the issue, but to no avail. Attached I am sending you the sample project I used. In it I have added RadDocking control in MainPage.xaml and in one other in UserControl1.xaml and even generated the style of the Docking control.

Please feel free to edit the project in order to reproduce the error. Also, I can suggest you to try with the latest available official release from April.

Greetings,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Docking
Asked by
Srikar
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or