This is a migrated thread and some comments may be shown as answers.

Rad editor + call out extender

1 Answer 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
josephjijo
Top achievements
Rank 1
josephjijo asked on 26 May 2010, 09:23 PM
I have rad editor & call out extender in a page.
The call out extender direction is not showing properly when the button is clicked.
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <title></title
</head> 
<body> 
    <form id="form1" runat="server"
    <div> 
        <cc1:ToolkitScriptManager runat="server" ID="test"
        </cc1:ToolkitScriptManager> 
        <table> 
            <tr> 
            </tr> 
            <tr> 
                <td> 
                    <asp:RequiredFieldValidator ID="RFV_rdDescription" runat="server" ErrorMessage="Please enter Description" 
                        ControlToValidate="rdDescription" Display="None" SetFocusOnError="True" ValidationGroup="MyGen"></asp:RequiredFieldValidator> 
                    <cc1:ValidatorCalloutExtender ID="VCE_RFV_rdDescription" runat="server" PopupPosition="TopLeft" 
                        TargetControlID="RFV_rdDescription"
                    </cc1:ValidatorCalloutExtender> 
                    <telerik:RadEditor ID="rdDescription" runat="server" Width="98%"
                        <ImageManager ViewPaths="~/UserData/RadEditor/Images/GenericContent" DeletePaths="~/UserData/RadEditor/Images/GenericContent" 
                            MaxUploadFileSize="1053000" UploadPaths="~/UserData/RadEditor/Images/GenericContent" /> 
                        <MediaManager DeletePaths="~/UserData/RadEditor/Documents/GenericContent" MaxUploadFileSize="1053000" 
                            ViewPaths="~/UserData/RadEditor/Documents/GenericContent" UploadPaths="~/UserData/RadEditor/Documents/GenericContent" /> 
                        <TemplateManager DeletePaths="~/UserData/RadEditor/Documents/GenericContent" MaxUploadFileSize="1053000" 
                            ViewPaths="~/UserData/RadEditor/Documents/GenericContent" UploadPaths="~/UserData/RadEditor/Documents/GenericContent" /> 
                        <DocumentManager DeletePaths="~/UserData/RadEditor/Documents/GenericContent" MaxUploadFileSize="1053000" 
                            ViewPaths="~/UserData/RadEditor/Documents/GenericContent" UploadPaths="~/UserData/RadEditor/Documents/GenericContent" /> 
                        <FlashManager UploadPaths="~/UserData/RadEditor/Documents/GenericContent" MaxUploadFileSize="1053000" 
                            DeletePaths="~/UserData/RadEditor/Documents/GenericContent" ViewPaths="~/UserData/RadEditor/Documents/GenericContent" /> 
                        <ImageManager ViewPaths="~/UserData/RadEditor/Documents/GenericContent" DeletePaths="~/UserData/RadEditor/Documents/GenericContent" 
                            MaxUploadFileSize="1053000" UploadPaths="~/UserData/RadEditor/Documents/GenericContent" /> 
                        <Content></Content
                    </telerik:RadEditor> 
                </td> 
            </tr> 
            <tr> 
                <td align="right"
                    <asp:Button ID="Button1" ValidationGroup="MyGen" runat="server" Text="Button" /> 
                </td> 
            </tr> 
        </table> 
    </div> 
    </form> 
</body> 
</html> 
 
Rad editor version: 2010.1.519.35
Ajax toolkit version:3.540112.2

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 May 2010, 02:20 PM
Hi Josephjijo,

The ValidatorCalloutExtender control is currently not compatible with RadEditor. We will try to provide support for it in one of the upcoming versions of RadEditor for ASP.NET AJAX.

As a workaround you can use RadToolTip which is fully compatible with RadEditor.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
josephjijo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or