Excel file dropdowns show up in a wrong places in mobile view

Hi,
I have an issue with mobile view on my asp.net core mvc app. When I open the excel editor runs on desktop web app it runs all right. When I'm opening my website on Android chrome browser the dropdowns are showing in the wrong place:
https://i.imgur.com/QjusAyp.jpg
My packages: 
 
   
   
   
   

      "use strict";
                            function onCreated() {
                                var spreadsheetObj = ej.base.getComponent(document.getElementById('spreadsheet'), 'spreadsheet');

                                var timeval = Math.floor((new Date().getTime()) / 1000)


                                var request = new XMLHttpRequest();

                                request.responseType = "blob";
                                request.onload = () => {
                                    var file = new File([request.response], "@ViewData["filename"]");
                                    spreadsheetObj.open({ file: file });
                                }
                                request.open("GET", "/Reinstatements/@ViewData["filename"]?id=@ViewData["Timestamp"]");
                                request.send();
                            }


                            function saveToServer() {
                                var spreadsheetObj = ej.base.getComponent(document.getElementById('spreadsheet'), 'spreadsheet');

                                spreadsheetObj.save();

                            }


                            function sendContractorReinstatement() {
                                var spreadsheetObj = ej.base.getComponent(document.getElementById('spreadsheet'), 'spreadsheet');

                                spreadsheetObj.save({ fileName: 'contractor_reinstatement' });

                            }

6 Replies 1 reply marked as answer

SP Sangeetha Priya Murugan Syncfusion Team June 3, 2021 02:44 PM UTC

Hi Julia, 
 
Thank you for contacting Syncfusion support. 
 
We have checked your reported issue and we are able to reproduce it in our end. And we need to validate the cause of this issue in android. So, we will update you the further details on June 7th, 2021. We appreciate your patience until then. 
 
Regards, 
Sangeetha M 



JG Julia Gula replied to Sangeetha Priya Murugan June 4, 2021 07:57 AM UTC

Hi Julia, 
 
Thank you for contacting Syncfusion support. 
 
We have checked your reported issue and we are able to reproduce it in our end. And we need to validate the cause of this issue in android. So, we will update you the further details on June 7th, 2021. We appreciate your patience until then. 
 
Regards, 
Sangeetha M 


Hi Sangeetha,

Thanks, waiting for futher information.


SP Sangeetha Priya Murugan Syncfusion Team June 7, 2021 03:27 PM UTC

Hi Julia, 
 
Thank you for contacting Syncfusion support. 
 
We have checked your reported issue and we confirmed this as defect and the fix will be available in our Essential studio volume 2 2021 release. Which is scheduled to be rolled out in end of June 2021, we appreciate your patience until then. You can track the status of this defect using below link from our feedback portal.  
 
 
Regards, 
Sangeetha M  



JG Julia Gula June 16, 2021 01:24 PM UTC

Hello,
Any progress on the bug?
Thanks
Julia


SP Sangeetha Priya Murugan Syncfusion Team June 17, 2021 07:58 AM UTC

Hi Julia, 
 
Thank you for your update. 
 
We have checked your reported issue with high priority and as promised we will include this fix in our Essential Studio volume 2 release. Which is scheduled to be rolled out in end of this month. We appreciate your patience until then. 
 
Regards, 
Sangeetha M 



SP Sangeetha Priya Murugan Syncfusion Team July 1, 2021 11:07 AM UTC

Hi Julia, 
 
Thank you for your patience. 
 
We are glad to announce that our Essential Studio 2021 Volume 2 Main release v19.2.0.44  is rolled out and is available for download under the following link. 
  
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards, 
Sangeetha M 


Marked as answer
Loader.
Up arrow icon