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

VS Designer issue with RadDocumentPane

3 Answers 79 Views
Installer and Visual Studio Extensions
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Marcin asked on 08 May 2012, 02:07 AM
Hi, 


I've recently started using Telerik WPF controls so bare with me when I try to explain my problem.  First thing I have tried to do was to create a dynamic layout docking application.  As shown in number of tutorials, I have created a simple WPF application with RadDocumentHost and another UI class that looks like this: 


<telerik:RadDocumentPane x:Class="RadControlsWpfApp1.RadControlsScenario1"<br>        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br><span class="Apple-tab-span" style="white-space:pre">       </span>xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"<br>        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"<br>        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"<br>        Header="RadControlsScenario1" mc:Ignorable="d" d:DesignHeight="288" d:DesignWidth="290"><br>    <Grid><br>        <TextBlock Text="Blah blah blah"/><br>    </Grid><br></telerik:RadDocumentPane>



When I try to look at the xaml for this window in VS designers, all I get is a large grey box that covers the entire area.  At that point I can't drag/drop any new controls onto the window.  


Also, in another application that I have converted to use RadDocumentPane, I get very large header tabs at runtime ( about half of the client space is covered by the header tab ).


Has anyone seen this too?  Any help would be greatly appriciated.


Btw, I'm running latest version of the WPF toolkit ( 2012.1.326.40 )

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 09 May 2012, 09:38 AM
Hello Marcin,

I've logged this issue in our issue tracking system, you can vote for it and track its progress here. At the moment we cannot specify a certain timeframe for it, most probably it will not be done for Q2 release

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Marcin
Top achievements
Rank 1
answered on 09 May 2012, 03:22 PM
Would downgrading to a previous version of WPF controls fix this issue?  If so, any idea which version?
0
Yana
Telerik team
answered on 11 May 2012, 09:40 AM
Hi Marcin,

We do not recommend downgrading to a previous version. I would suggest to add a  normal user control to a RadPane instead.

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Installer and Visual Studio Extensions
Asked by
Marcin
Top achievements
Rank 1
Answers by
Yana
Telerik team
Marcin
Top achievements
Rank 1
Share this question
or