I'm wondering whether there's any way to disable all of the rich text functionality on the RadEditor, hide the menu entirely, and basically use it as a textarea (i.e. multiline textbox). The reason I'm hoping to do this is that we use the RadEditor for our Memo fields in our solution, which do use rich text but would like to maintain a common look and feel in our multiline text fields, without permitting rich text to be entered or pasted there. I figured out how to remove all of the menus so that there's nothing in the menu dropdown, and to strip formatting on paste, but the menu dropdown still appears, and keyboard commands such as Ctrl-B still cause the text entered to be formatted Bold... so I'm wondering whether there's some other way to fully disable rich text. Thanks!