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

RadImage Editor Dialogs z-index

2 Answers 110 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Andres Calvete
Top achievements
Rank 1
Andres Calvete asked on 25 Aug 2011, 08:20 PM
Hello,

I have been trying to modify the z-index of the dialog box for cropping without success. Can you point me the right css class or way to do this? right now the editor is in a control with a z-index of 100001 and therefore when the crop button is pressed the dialog shows behind the editor.

Thanks

2 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 29 Aug 2011, 11:00 AM
Hi Andres,

Would you provide us more detailed explanation with code and screenshot as I could not reproduce the reported issue using the following code:

<%@ 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">
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
   <asp:ScriptManager ID="rs1" runat="server">
    </asp:ScriptManager>
    <telerik:RadImageEditor ID="rm1" runat="server" ImageUrl="Metallica 10.jpg"></telerik:RadImageEditor>
    </form>
</body>
</html>

I am opening the crop dialog box, resizing it, clicking the crop button and everything works as expected. I have tested it with Firefox and IE.

Regards,
Bojo
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Andres Calvete
Top achievements
Rank 1
answered on 02 Sep 2011, 08:56 PM
Tags
ImageEditor
Asked by
Andres Calvete
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Andres Calvete
Top achievements
Rank 1
Share this question
or