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

Unable to get InsertSelect Dialoge box popup window at the time of inserting a dropdown box in editor.

1 Answer 57 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gyan
Top achievements
Rank 1
Gyan asked on 03 Aug 2013, 11:05 AM
Hi,
    I have a project in VS2010, in that I am using rad editor.But when I try to insert a dropdown box(insert select), not getting the Insert Select popup dialog box on my screen. only a new drop down box is insert in my editor. When I right click on this drop down box, not getting the context menu of insert select.

Please find the attachments.
I am using following code.


<%@ Page Language="vb" AutoEventWireup="True" CodeBehind="WebForm1.aspx.vb" Inherits="WebApplication18.WebForm1" %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!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>
        <telerik:radscriptmanager id="RadScriptManager1" runat="server">
        </telerik:radscriptmanager>
        <telerik:radeditor runat="server" id="RadEditor1" height="675px" width="755px">
                </telerik:radeditor>
    </div>
    </form>
</body>
</html>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 07 Aug 2013, 10:26 AM
Hi Gyan,

Since this works in our online demos (where the screenshots are from, it seems) I can advise that you make sure you are using the latest version that is sure to contain the feature. This blog post can help you determine the Telerik.Web.UI assemblies version you currently use.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Gyan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or