Good Day Admin
i have a radeditor that is defined like this
when i run my application the Rad-editor, show the toolbar fine, but you cant write anything on in. Its like disabled, the writing does nothing.
Thanks
i have a radeditor that is defined like this
<telerik:RadEditor ID="txtbody" runat="server" Skin="Sunset"> <Tools> <telerik:EditorToolGroup Tag="MainToolbar"> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Undo" /> <telerik:EditorTool Name="Redo" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" ShortCut="CTRL+!" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup Tag="Formatting"> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="ForeColor" /> <telerik:EditorTool Name="BackColor" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="FontName" /> <telerik:EditorTool Name="RealFontSize" /> </telerik:EditorToolGroup> </Tools> <Content></Content> </telerik:RadEditor>when i run my application the Rad-editor, show the toolbar fine, but you cant write anything on in. Its like disabled, the writing does nothing.
Thanks
