This question is locked. New answers and comments are not allowed.
Hi
I am unable to bind the document property in the richtextbox( i am binding this way
Is there any alternative solution for this,at the same time, i should able to get the documant changed property,
can anyone reply to this post how to achieve this.
Regards,
Nav
I am unable to bind the document property in the richtextbox( i am binding this way
Document
="{Binding Path=Description,Converter={StaticResource richTextConverter}}"
) i am converter to convert the html Text to raddocument.My requirement is binding the content from DB using MVVM pattern.
Is there any alternative solution for this,at the same time, i should able to get the documant changed property,
can anyone reply to this post how to achieve this.
Regards,
Nav