WebForms Editor Overview

Thank you for choosing Telerik RadEditor for ASP.NET AJAX! RadEditor for ASP.NET AJAX is the successor for the well-known industry standard Editor for ASP.NET. The tight integration with ASP.NET AJAX and powerful new capabilities of the suite features the new WYSIWYG Editor as a flexible and lightweight component, turning it into the fastest loading Web Editor.

Telerik UI for ASP.NET AJAX Ninja image

The Editor is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Hottest Key features

Get started with the RadEditor

To create a basic RadEditor:

  1. ensure you have a script manager on the page (use <asp:ScriptManager> tag to declare one)
  2. use the <telerik:RadEditor> tag to declare the editor and to set some of its properties

Get started with the editor declaration and enabling some of its features

<telerik:RadEditor RenderMode="Lightweight" ID="RadEditor1" runat="server" ContentAreaMode="div" Width="500" Height="500" Skin="Black">
   <Content>
     <b>Setting inline properties</b>
   </Content>
</telerik:RadEditor> 

WebForms Editor Overview

See Also

In this article