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

Telerik RadEdition Image viwer Not Working

1 Answer 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Parveen
Top achievements
Rank 1
Parveen asked on 28 Feb 2011, 05:13 PM
Hi 

Telerik RadEdition Image viwer Not Working.
Please check below mention code

 <telerik:RadEditor runat="server" ID="RadEditor1" SkinID="DefaultSetOfTools" Height="300" Width="90%">
                                               <ImageManager ViewPaths="~\My Documents\My Music" 
                                                    UploadPaths="~\My Documents\My Music"
                                                    DeletePaths="~\My Documents\My Music">
                                                </IImageManager
                                            </telerik:RadEditor>

we have a licensed version of Telerik. Please let me know ASAP

I am attaching screen shot as well

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 02 Mar 2011, 10:36 AM
Hello Parveen,

 This behavior is caused by the fact the RadMenu's z-index is bigger than the one of RadWindow. You can set proper z-indexes in order to get the desired behavior in two manners - to reference the dialog and set z-index or to set lower z-index to the menu. Since all editor's dialogs are RadWindows, the same problem will occur for all of them and thus I believe that the  better approach is to set lower z-index to the menu - this is easier solution and it will also solve the situation for any other RadWindows on the page.

You can find a more detailed KB article below:

http://www.telerik.com/support/kb/aspnet-ajax/window/show-radwindow-above-radmenu.aspx

Information about RadControls' z-indexes values is available below:

http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html

I hope that the provided explanations and resources are helpful, let me know how it goes.

All the best,
Svetlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Editor
Asked by
Parveen
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or