Hi,
I have issue with some of the tools icons in RadEditor. Some of the icon shows and functioning as it supposed to, but some it does not show the icon image and looks like it has some problem firing the event for the button as well. This is really simple and I haven’t used any JavaScript. I also attached couple of images for mentioned issue.
Your advice and help would greatly be appreciated!
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestAndDelete._Default" %><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %><asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"></asp:Content><asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <telerik:RadEditor ID="RadEditor1" runat="server"> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="Font" /> <telerik:EditorTool Name="Paragraph" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="InsertTable" /> </telerik:EditorToolGroup> </Tools> <Content></Content> </telerik:RadEditor></asp:Content>