Can AutoSave be disabled completely?
Hi
We don't want to use auto-save with RTE. The requirement is that the user needs to click a submit button to confirm the changes.
According to the demo/docs:
- If AutoSaveOnIdle is set to true, the content is saved if the editor is idle for the number of milliseconds specified in the SaveInterval property.
- If AutoSaveOnIdle is set to false, the editor saves the content at the regular interval of milliseconds specified in the SaveInterval property."
<SfRichTextEditor SaveInterval="0"> </SfRichTextEditor> |
Thanks for that.
I have another slight issue - I don't know if you've encountered if before.
When I edit the RTE contents and then move the mouse out, the update event does not fire until I click somewhere else on the page. If I move straight from the RTE to a submit button, I'm concerned that the submit will run before the RTE content is updated or that I have to click the button twice, which looks a bit clumsy.
Do you have any suggestions for how to deal with this scenario? I.e. make sure that the RTE update runs before the submit button can be clicked.
Thanks
Hi Vinitha
What you're saying might be true, but I've noticed that I have to click the submit button twice. It seems the first click is interrupted by the focus-out event. It works, but it isn't 'smooth'. It looks a bit clumsy.
I've been trying to implement a smooth workaround, but it seems it isn't possible.
Attachment: Sample_Video_(2)_e9eedd9f.zip
- 5 Replies
- 2 Participants
-
PA Paul
- Oct 6, 2025 07:28 PM UTC
- Oct 13, 2025 09:47 AM UTC