In my project, I want 20-30 editors on the page at one time. Previously we had been using a different open-source editor but it's a bit clumsy and wanted to start using Telerik's controls instead. We like them, however in the best case, RadEditor takes 0.3 seconds in the rendering stage on the server. That means RadEditor is unusable for our project unless we can come up with a solution.
With the open source editor, the solution was easy because we would just initialize the editor on the client, meaning no server burden at all other than simple script/image downloads.
Is this kind of thing possible with RadEditor? The 0.3 second rendering time is not really a terrible problem if we can at least let users start editing right away and let other editors render in the background.
Any solutions are appreciated -- our current solution is to go back to using the open-source editor.
Thank you!
With the open source editor, the solution was easy because we would just initialize the editor on the client, meaning no server burden at all other than simple script/image downloads.
Is this kind of thing possible with RadEditor? The 0.3 second rendering time is not really a terrible problem if we can at least let users start editing right away and let other editors render in the background.
Any solutions are appreciated -- our current solution is to go back to using the open-source editor.
Thank you!