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

Binding HtmlSource "causes white screen of death"

1 Answer 64 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 05 Jun 2013, 03:19 PM
<UserControl
    >
    <Border Height="auto" CornerRadius="5" BorderThickness="2" BorderBrush="LightGray" >
        <ScrollViewer Height="auto">
            <telerik:RadHtmlPlaceholder HorizontalAlignment="Center" Margin="10"  HtmlSource="{Binding Article.ArticleInstruction, FallbackValue=Empty}"/>
        </ScrollViewer>
    </Border>
</UserControl>

Running in SL5 an OOB application.

As soon as I Bind the HtmlSource-property I get "white screen of death"... Is it not bindable do I need to set it in the Code-Behind?

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 10 Jun 2013, 01:21 PM
Hi Mattias,

I tried to reproduce your issue on our side with our latest official release and it seems that the code works as expected. I successfully bound the HtmlSource property of the RadHtmlPlaceholder control in OOB application.

Can you please take a look at the attached project and see if I miss something. If so please change this project so that we can reproduce the issue on our side and send it over. If you do so, we will be able to further investigate the reasons behind this behavior.

Thank you for your cooperation.

Regards,
Pavel R. Pavlov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
HTMLPlaceHolder
Asked by
Mattias
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or