This question is locked. New answers and comments are not allowed.
Posted 32 minutes ago (permalink)
<html:HtmlDataProvider x:Name="htmlDataProvider" Html="{Binding
Body,Mode=TwoWay,ValidatesOnDataErrors=True,NotifyOnValidationError=True}"
RichTextBox="{Binding ElementName=BodyText}"/>
<telerik:RadRichTextBox x:Name="BodyText" Grid.Row="1" HorizontalAlignment="Stretch" IsSpellCheckingEnabled="True"
AcceptsReturn="True" IsReadOnly="{Binding LockEditControls}" VerticalScrollBarVisibility="Auto" />
I'm able to get the values on load but when when I saving something off from the rixhtextbox. Nothing is getting saved.
<telerik:RadRichTextBox x:Name="BodyText" Grid.Row="1" HorizontalAlignment="Stretch" IsSpellCheckingEnabled="True"
AcceptsReturn="True" IsReadOnly="{Binding LockEditControls}" VerticalScrollBarVisibility="Auto" />
I'm able to get the values on load but when when I saving something off from the rixhtextbox. Nothing is getting saved.