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

file explorer not showed in IE

1 Answer 62 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Moroianu George-Gabriel
Top achievements
Rank 1
Moroianu George-Gabriel asked on 18 Jun 2010, 06:27 PM
Hi guys,
This is my problem: i have a parent page,  from whom I open an rad window, via an rad window manager(   window.radopen("Something.aspx, "AdvancedForm");). All perfect until now! But, after that , from that radwindow I have to open an other rad window(modal or not) actually is an fileexplorer exactlly like in this example:http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/fileselectordialog/defaultvb.aspx. When I work in Chrome or Firefox...everything is peachy, but in IE I cannot see the rad window. It is opened, I see that in debugger, but it is not visible. 
<telerik:RadWindow runat="server" Width="800px" Height="600px" 
        NavigateUrl="Explorer.aspx" ID="ExplorerWindow"  
        Behaviors="Resize, Close, Move" AutoSize="True" ClientIDMode="AutoID"  
         Behavior="Resize, Close, Move"   
         
            style="POSITION: absolute; visibility: visible; overflow: visible; z-index: 10000000;"  
            InitialBehavior="None"
       
    </telerik:RadWindow> 
 function OpenFileExplorerDialog() { 
            var wnd = $find("<%= ExplorerWindow.ClientID %>"); 
            wnd.Show(); 
 
<asp:Button ID="selectFile" OnClientClick="OpenFileExplorerDialog(); return false;" 
Text="Open... " runat="server" type="submit" /> 
 
That's the code, including the button wich start the action. Obviously the explorer.aspx exists, almost identical as in example. 
I had the same problem with the imagemanager from radeditor, but i solved with :
 function OnClientLoad(editor) { 
        editor.set_useClassicDialogs(true); 
    }   
 Not possible this time, function only for editor(I think). I need to transmit back to my first rad window the data from file explorer.
Please help me, if you can!!
Best regards,
Moroianu George

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 23 Jun 2010, 10:52 AM
Hi Moroianu,

I tried to reproduce the problem with the provided information but to no avail. Could you please open a support ticket provide a sample runnable project that reproduce the problem?

For your convenience I have attached my test project. Please modify it to a point where the problem occurs and send it back.

Greetings,
Dobromir
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
FileExplorer
Asked by
Moroianu George-Gabriel
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or