RadEditor for ASP.NET

Getting Started Send comments on this topic.
See Also

Glossary Item Box

Adding Telerik RadEditor to the page

If you are new to Telerik RadEditor, here are some helpful tips for getting started quickly:

  1. After installing Telerik RadEditor from the provided EXE installation: Find the NET2 RadControls folder in the automatically created Program Files folder named Telerik: (C:\Program Files\Telerik\Telerik RadEditor7.0\NET2\RadControls) and copy it into the root of your web application.



  2. In Visual Studio, drag and drop the editor control from your VS ToolBox onto the page:



  3. We can now set some content for the edtor inline as shown below:




  4. Set Properties that control editing.
    First, set Editable="False" which places the editor in NonEdit mode when viewed in the browser. Switch into Editable Mode by clicking the Pencil button.
    Then set the HasPermissions="False". You see that when viewed in the browser, you cannot edit the content of the editor at all.


  5. Apply a skin for your editor using the convenient AutoFormat feature. Go to design mode and right-click on the editor, choose the AutoFormat item from the Context Menu and select a skin you like.

 

See Also