Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > FileExplorer iFrame Dialogs Issue.

Not answered FileExplorer iFrame Dialogs Issue.

Feed from this thread
  • James avatar

    Posted on Dec 6, 2011 (permalink)

    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!

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Dec 12, 2011 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > FileExplorer iFrame Dialogs Issue.
Related resources for "FileExplorer iFrame Dialogs Issue."

ASP.NET FileExplorer Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]