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

FileExplorer iFrame Dialogs Issue.

1 Answer 44 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 06 Dec 2011, 08:56 PM
Hello,
      I'm having an issue with the fileExplorer in IE. I have the fileExplorer in an iframe, and when I click on the upload, delete, create new folder buttons, the dialog doesn't show up....works fine in Firefox and Chrome. The page gets the modal overlay, but the dialog just doesn't show. I had the same issue with the radEditor and fixed it like this:
<script type="text/javascript">
    function OnClientLoad(editor) {
        if (navigator.appName == 'Microsoft Internet Explorer')
        { editor.set_useClassicDialogs(true); }
    }  
</script>

per this article: http://www.telerik.com/support/kb/aspnet-ajax/editor/using-browser-modal-dialog-instead-of-radwindow.aspx .

Does the fileExplorer have a similar setting/functionality?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 12 Dec 2011, 06:03 PM
Hi James,

No, RadFileExplorer does not have method similar to the RadEditor's set_useClassicDialogs(). Could you please provide more detailed information on the specific issue that you are facing? What do you mean by  dialog does not show, do you see the dialog empty or it its not displayed at all? Are there any JavaScript errors thrown on the page during load?Could you please provide a sample page and / or a live URL demonstrating the problem?

Regards,
Dobromir
the Telerik team
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 their blog feed now
Tags
FileExplorer
Asked by
James
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or