Render Rich Text Editor in ASP.NET MVC Dialog
When rendering the Rich Text Editor inside a Dialog Control, the dialog container and its wrapper elements are initially styled with display: none. This styling prevents the editor’s toolbar from calculating the proper offset width. As a result, the toolbar may render incorrectly, appearing above the edit area container.
To resolve this issue, use the RefreshUI method of the Rich Text Editor together with the Open event. This refreshes the Rich Text Editor’s UI once the Dialog becomes visible.