New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Migrating default rich-text editor Web Parts

In existing SharePoint 2007 applications you need to manually migrate the content of the default rich-text editor Web Part to Telerik RadEditor Web Part. Unfortunately, there is no supported way of doing that automatically.

For each page where you have a rich-text editor Web Part you have to perform the following:

  1. Open the page for editing

  2. Copy the content of a given rich-text editor Web Part

  3. Delete this rich-text editor Web Part

  4. Place a RadEditor Web Part on its place (as described in Using the RadEditor WebPart)

  5. Paste to copied content inside the RadEditor Web Part and save it

  6. Repeat steps b-e for all rich-text editor Web Parts on the page

In this article