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

Binding and navigating away from a View loses the binding data

1 Answer 65 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Vinny D.
Top achievements
Rank 1
Vinny D. asked on 30 Jan 2011, 09:02 PM
I am having an issue where I needed to replace a Silverlight TextBlock with the RadHtmlPlaceHolder

The following 2 controls have different binding behavior

<

 

 

TextBlock x:Name="textStatement" Text="{Binding TC.TermsConditionsStatement, Mode=OneWay}" />

 

<

 

 

telerik:RadHtmlPlaceholder x:Name="textStatement2" HtmlSource="{Binding TC.TermsConditionsStatement, Mode=OneWay}" />

 



The TextBlock retains the information through binding when navigating away and back to the View where as the RadHtmlPlaceHolder loses the binding value. Has anyone seen this behavior and has a resolution?

Thanks!

-Vinny davi

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 02 Feb 2011, 07:52 PM
Hi Vincenzo,

We are not aware of any issues when binding the RadHtmlPlaceholder HtmlSource property. We also couldn't reproduce the issue on our side. Can you please elaborate on your scenario a bit more. Also, if you can isolate the issue in a sample project and send it to us, we will be able to further investigate it and help you implement your scenario. Thank you in advance.

Regards,
Tina Stancheva
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
HTMLPlaceHolder
Asked by
Vinny D.
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or