2X faster development
The ultimate UWP UI toolkit to boost your development speed.
You can bind Rtf text with SfRichTextBoxAdv content by implementing an extension class with RtfText property. C#
XAML
|
2X faster development
The ultimate UWP UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
Hi,
I had to add a part to clear the textbox when the bound field was empty. Without this, when scrolling through a set of records of which a field is bound, the last non-empty value staid in the textbox.
Hi Koen,
From your code snippet and details we suspect that you want to clear the document content when the input/source RTF text is empty. So, you can use the NewDocument command. Please refer the below code snippet and API reference for more details.
code example
new document command API reference
If your requirement is different, please share more details we will update you the appropriate solution.
Regards, Premkumar