Query |
Response |
On the save file Dialog the FileType defaulted to is NOT .RTF it defaults to .DOCX but the file name box stills has the .RTF extension |
In SfRichTextBoxAdv we do not have support to save the changes in the same file. We support only the SaveAs operation. So, we don’t consider the document title or loaded document name or extensions. But you can achieve this by implementing the customized SfRichTextRibbon control. The SfRichTextRibbon control is a customized Ribbon with primary functionalities for SfRichTextBoxAdv control and there is no possibility to add/remove any items from SfRichTextRibbon. Instead, you can implement your customized ribbon for SfRichTextBoxAdv using Ribbon control based on your requirements Here we have prepared the sample to demonstrate how to create your ribbon with your requirement of removing Help Tab and showing the extension as “RTF”. Customized ribbon |
On the save file Dialog the FileType defaulted to is NOT .RTF it defaults to .DOCX but the file name box stills has the .RTF extension
selecting from FILE (TAB), how can the HELP Option be either removed or edited | |
When saving to an .RTF file the produced file is corrupted. any other format selected saves a valid file |
We have tried the same in the attached sample but we don’t face any issue. And we suspect that this issue is document specific. So, please share your input document to reproduce this issue from our end. |
When NOT selecting a THEME and using the default.
1. The SAVE AS option does NOT include an RTF option. |
We couldn’t reproduce the reported issue that the RTF option is missing save as file dialog. Could you please share more details like in which theme you are facing this issue and screenshot with replication steps to reproduce this issue from our end. |
Query |
Response |
Document gets corrupted while exporting as RTF |
We confirmed that the suspected issue with “Document gets corrupted while exporting as RTF” is a defect. We have logged a defect report. The fix for this defect is estimated to be available on 8th May 2020. |
RTF option missing in SaveAs of SfRichTextRibbon |
As we said earlier the RTF option can be included in Saves by customizing the ribbon. Here we have attached the sample to demonstrates the same. https://www.syncfusion.com/downloads/support/forum/153248/ze/Ribbon_Custom-851085590 |
Document not rendered while importing RTF file |
This issue occurs from our dependent control DocIO library. So, we need some more time to validate this issue. We will validate this issue and update you with more details on or before 22nd April 2020. |