The Telerik RadEditor has been around long enough to earn a reputation: powerful, and flexible. It’s the control developers reach for when they need rich-text editing inside an ASP.NET WebForms app without reinventing the wheel. But once you start customizing its behavior—cleaning up HTML, controlling formatting, injecting custom tools—you quickly discover that RadEditor is more than a WYSIWYG box. It’s a full-blown editing engine with its own rules, and hidden capabilities. This article walks through the parts that matter most when you’re building real-world applications.
When I go to pop the editor into a new form, it's handy to have all the markup ready to go. Usually I'll cut the 'tools' down by at least half, but it's easiest to have a starting place.