I have a problema with the RichTextEditorFor.
When I save the form and refresh the component, the text that comes inside de editor, also comes over the toolbar. ("Damos de alta el usuario de Lotus en el servidor")
This is razor source code:
<div class="col-md-10">
Describe the solution:<br />
@Html.EJS().RichTextEditorFor(x => x.Solucion).Render()
@Html.ValidationMessageFor(x => x.Solucion, "", new { @class = "text-danger" })
</div>