Hello,
I am having some trouble implementing a few of the controls. So far I've tried the RadEditor as well as the RadDateInput tools, and they both have the same issue: The controls themselves render on the page, but are unresponsive (I can not edit or select any of the formatting options). My first thought was this being an UpdatePanel issue (as there have been many posts about that) however pulling it out of my update panel doesn't fix the problem.
Here is my instantiation of it in the ASP (I'm using a VB code behind FYI)
I'm using ASP.NET 4.0 on the latest version of Chrome.
Any suggestions?
I am having some trouble implementing a few of the controls. So far I've tried the RadEditor as well as the RadDateInput tools, and they both have the same issue: The controls themselves render on the page, but are unresponsive (I can not edit or select any of the formatting options). My first thought was this being an UpdatePanel issue (as there have been many posts about that) however pulling it out of my update panel doesn't fix the problem.
Here is my instantiation of it in the ASP (I'm using a VB code behind FYI)
<telerik:RadEditor ID="txtnotes" Runat="server" Width="800" Height="600"> <tools> <telerik:EditorToolGroup Tag="MainToolbar"> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorSeparator /> <telerik:EditorSplitButton Name="Undo"> </telerik:EditorSplitButton> <telerik:EditorSplitButton Name="Redo"> </telerik:EditorSplitButton> <telerik:EditorSeparator /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup Tag="Formatting"> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator /> <telerik:EditorSplitButton Name="ForeColor"> </telerik:EditorSplitButton> <telerik:EditorSplitButton Name="BackColor"> </telerik:EditorSplitButton> <telerik:EditorSeparator /> <telerik:EditorDropDown Name="FontName"> </telerik:EditorDropDown> <telerik:EditorDropDown Name="RealFontSize"> </telerik:EditorDropDown> </telerik:EditorToolGroup> </tools> <content> </content> <trackchangessettings canaccepttrackchanges="False" /> </telerik:RadEditor>I'm using ASP.NET 4.0 on the latest version of Chrome.
Any suggestions?
