This question is locked. New answers and comments are not allowed.
Hi,
I recently updated the telerik version from 2012.2.912 to 2013.1.403.
Previously I implemented a richtextbox which displays html text using HtmlDataProvider. With the upgrade to new version Im not able to display the html text in the richtextbox anymore. Did anyone come across something similar like this? There has been no code change. Is there something more we need to in the new version?
here is the snippet of my code :
<telerik:RadRichTextBox
x:Name="BodyViewText"
IsSpellCheckingEnabled="False"
AcceptsReturn="True"
VerticalScrollBarVisibility="Auto"
IsReadOnly="True">
<telerik:RadRichTextBox.Resources>
<html:HtmlDataProvider
x:Name="HtmlDataProvider"
Html="{Binding Path=DisplayHTML, Mode=TwoWay}"
RichTextBox="{Binding ElementName=BodyViewText}" />
</telerik:RadRichTextBox.Resources>
</telerik:RadRichTextBox>
Please help me in this regard.
Thank you in advance.
I recently updated the telerik version from 2012.2.912 to 2013.1.403.
Previously I implemented a richtextbox which displays html text using HtmlDataProvider. With the upgrade to new version Im not able to display the html text in the richtextbox anymore. Did anyone come across something similar like this? There has been no code change. Is there something more we need to in the new version?
here is the snippet of my code :
<telerik:RadRichTextBox
x:Name="BodyViewText"
IsSpellCheckingEnabled="False"
AcceptsReturn="True"
VerticalScrollBarVisibility="Auto"
IsReadOnly="True">
<telerik:RadRichTextBox.Resources>
<html:HtmlDataProvider
x:Name="HtmlDataProvider"
Html="{Binding Path=DisplayHTML, Mode=TwoWay}"
RichTextBox="{Binding ElementName=BodyViewText}" />
</telerik:RadRichTextBox.Resources>
</telerik:RadRichTextBox>
Please help me in this regard.
Thank you in advance.