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

Cannot see Desing Time in Expression Blend for RadWindow

1 Answer 40 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ernesto Morin
Top achievements
Rank 1
Ernesto Morin asked on 21 May 2010, 09:17 PM
I am using Expression Blend 3 with latest SP installed and Telerik 2010 controls.

I have this code.

<telerikNavigation:RadWindow
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:basics="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
    xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
    x:Class="AnalyticTools.ChildWindow1"
    Width="400" Height="300">
    <Grid x:Name="LayoutRoot" Background="White">
        <Grid.RowDefinitions>
            <RowDefinition />
            <RowDefinition Height="Auto" />
        </Grid.RowDefinitions>

        <Button x:Name="OKButton" Content="OK" Click="OKButton_Click" Width="75" Height="23" HorizontalAlignment="Right" Grid.Row="1" />
        <Button x:Name="CancelButton" Content="Cancel" Click="CancelButton_Click" Width="75" Height="23" HorizontalAlignment="Right"  Margin="0,0,79,0" Grid.Row="1" />
    </Grid>
</telerikNavigation:RadWindow>

In Expression Blend I cannot see the Design Time screen.  I just get a blank screen.  See attached image.  What am I missing?

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 25 May 2010, 11:32 AM
Hello Ernesto,

 We fixed this problem and the fix should be included in the next internal build.

Regards,
Miroslav Nedyalkov
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
Window
Asked by
Ernesto Morin
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or