I'm having troubles with the RadEditor which I am using on my ASP.NET site. I'm trying to use the EmptyMessage feature to tell the user that this field is optional by displaying a "Optional" watermark. Here is what I have:
<telerik:RadEditorEditModes="Design"SpellCheckSettings-DictionaryPath="./RadSpell"ID="optionalEditorField" runat="server"Height="150px"ToolbarMode="ShowOnFocus"EmptyMessage="Optional"><Tools><telerik:EditorToolGroup>...The above code is not displaying the "Optional" watermark. I use similar settings for Telerik text editors and those watermarks work fine. Would anyone know what I might be doing wrong?
I have a slightly older telerik version, I think 2012 or so.