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

Uninstalling RadEditor

Telerik Web Parts for SharePoint 2010 last build was R1 2023 SP2 and is discontinued since then.

In general, there are 2 approaches for uninstalling Telerik controls for SharePoint 2010. You could do that either by

  1. Using the MS Windows’ Control Panel / Add Remove Programs (Programs and Features in Windows7)

  2. OR by using SharePoint’s Central Administration page.

The information below provides details about the second approach. Still, we strongly recommend following points 1 to 3 (inclusive) from the "uninstall Telerik RadEditor from your SharePoint 2010 site" section, when uninstalling the controls via the MS Windows Control Panel applet.

In order to uninstall RadEditor for MOSS you need to first perform the following preliminary tasks. Note that these tasks are needed ONLY if you do not plan to upgrade to a newer version of RadEditor for MOSS (i.e., you wish to use only the default MOSS editor again):

  1. Revert to the default rich-text editor in Web Content Management scenario (do the reverse actions of the ones described in Using RadEditor in Web Content Management scenario).

  2. Open the page(s) in which you have used RadEditor for MOSS.

  3. Replace the RadEditor tags (telerik:RadHtmlField) with the default editor tags:

    XML

    <publishingwebcontrols:richhtmlfield runat="server" id="Content" fieldname="..." />
    
  4. Remove the RadEditor registration line from the top of the page:

    XML

    <%@ register tagprefix="telerik" namespace="Telerik.SharePoint.FieldEditor" assembly="RadEditorSharePoint, Version=x.x.x.x, Culture=neutral, PublicKeyToken=1f131a624888eeed" %>
    
  5. Replace all instances of the RadEditor Web Part with the default rich-text editor Web Part:

  6. Open a given page for editing

  7. Copy the content of a given RadEditor Web Part

  8. Delete this RadEditor Web Part

  9. Place a default rich-text editor Web Part on its place

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

  11. Repeat steps 5-11 for all RadEditor Web Parts on the page.

    Once you have performed steps 1 and 2 as described above, please do the following to uninstall Telerik RadEditor from your SharePoint 2010 site:

    1. Open your SharePoing site in the browser. From the Site Actions menu go to Site Settings

    2. Click Manage site features link from the Site Actions column.

    3. Scroll to the bottom of the list and deactivate the RadEditor features.

    4. Open the SharePoint Central Administration page.

    5. Go to the System Settings and click on Manage farm solutions link from the Farm Management column.

    6. You should see the radcontrolssp.wsp solution in the list. Click on the name link to go to the Solution Properties page.

    7. Choose Retract Solution. On the next page choose when and from which solutions to retract the RadEditor. Then click Ok.

    8. Wait a few minutes. Then refresh the page. The retraction process should be over and you should see the following screen:

    9. Click the name link to open the Solution Properties page again. This time click the Remove Solution button. Then confirm in the dialog box. The solution should be removed from the farm and a confirmation screen will be displayed.

In this article