File Manager not rendering in IE 11

Hi Team,

We are using File manager component in our product. It works fie in Chrome,Edge,Firefox.

Could you please let us know what is missing for it to work IE?


1 Reply 1 reply marked as answer

SP Sowmiya Padmanaban Syncfusion Team August 10, 2020 11:03 AM UTC

Hi Mahesh,  
 
Greetings from Syncfusion support. 
 
We have checked your requirement with FileManager component. As mentioned in your shared UG link, you need to add the polyfill for rendering our FileManager component in Internet Explorer. 
 
Refer the below code snippet. 
 
<head> 
    <meta charset="utf-8" /> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    <title>@ViewBag.Title - My ASP.NET Application</title> 
    <!-- Syncfusion Essential JS 2 Styles --> 
    <link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/material.css" /> 
    <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> 
 
    <!-- Syncfusion Essential JS 2 Scripts --> 
    <script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script> 
    @Styles.Render("~/Content/css") 
    @Scripts.Render("~/bundles/modernizr") 
</head> 
 
 
We have added the UG documentation for this requirement. Refer the below link. 
 
For your reference, we have prepared a MVC application for FileManager component. 
 
 
Refer the below links to know more about the FileManager component. 
 
 
 
 
Please let us know, if you need any further assistance. 
 
Regards,  
Sowmiya.P 


Marked as answer
Loader.
Up arrow icon