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

RadHtmlPlaceholder floating content horizontally above Silverlight.

2 Answers 118 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Reuben
Top achievements
Rank 1
Reuben asked on 14 Sep 2009, 02:27 PM
<Grid x:Name="LayoutRoot" Background="White">  
        <Grid.RowDefinitions> 
            <RowDefinition Height="Auto"/>  
        </Grid.RowDefinitions> 
 
        <StackPanel Orientation="Horizontal">  
            <telerik:RadHtmlPlaceholder   
                RespectSilverlightLayoutMeasure="True" 
                VerticalAlignment="Top" 
                HorizontalAlignment="Left" 
                x:Name="RadHtmlPlaceholder1"   
                Height="700" 
                Width="797" 
                SourceUrl="http://localhost/programs/Article.aspx"/>  
        </StackPanel> 
    </Grid> 

Hello,

We're using 2009.2.701 release (silverlight 2 dlls).  IE7.

When using the RadHtmlPlaceholder control, if we put a Source URL - the content loads appropriately within silverlight.  If we resize the browser vertically, the Html content sticks in the right spot and does not scroll with the browser.  If we resize the browser horizontally, the Html content is incorrectly staying in its spot and floats above silverlight and the Html content.

Example:
http://img180.imageshack.us/img180/2306/slider.jpg

Resizing the browser horizontally has moved the HtmlContent out of the silverlight region (it started out left aligned under "Programs").

Any ideas?

Thanks,
Reuben

2 Answers, 1 is accepted

Sort by
0
Reuben
Top achievements
Rank 1
answered on 14 Sep 2009, 03:05 PM
I may be speaking too soon, but if I call InvalidateArrange on the RadHtmlPlaceholder from the parent control on its LayoutUpdated event, it seems to be fixing the horizontal alignment issue.
0
Valentin.Stoychev
Telerik team
answered on 17 Sep 2009, 07:14 AM
Hello Reuben,

Can you open a support ticket and send us a complete page where this can be reproduced.

Sincerely yours,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
HTMLPlaceHolder
Asked by
Reuben
Top achievements
Rank 1
Answers by
Reuben
Top achievements
Rank 1
Valentin.Stoychev
Telerik team
Share this question
or