Hi Kirk,
Thanks for your update.
Query 1# “My IE version is: 11.0.9600.18449… Console Message: SEC7118: XMLHttpRequest”
We have checked the reported issue (in
IEPlayground14.3.0.49_506e44e6.zip) with IE v11.0.9600.18449 in Windows 7 Enterprise, Service Pack 1 and the Spreadsheet rendered properly.
After that, we have import a sample excel file and it loaded successfully with the message as same like the reported console message.
Could you please confirm that you mentioned this message as an issue?
Please refer the below screenshot.
Query 2# “When I run this from Visual Studio 2015 and Chrome I get the following console messages:….”
We have checked the reported issue and we suspect that the cause of the issue is due to loading two jQuery scripts i.e. jquery-3.1.1.min.js from View (Contact.cshtml) and another jquery-x.x.x from project layout page (eg: _Layout.cshtml). So, we would like to suggest you to refer single jQuery script file.
Also, we have prepared a sample to demonstrate this in JS Playground. Please refer the below link.
Query 3# “how do I change the control height to display more rows?”
Your requirement to change the height of the Spreadsheet can be achieved by using ‘height’ property under ‘scrollSettings’. Please refer the following code example.
$("#Spreadsheet").ejSpreadsheet({ scrollSettings: { width: 650, height: 500 }, allowImport: true, importSettings: { importMapper: "https://js.syncfusion.com/demos/ejservices/api/JSXLExport/Import" } }); |
We have created a sample to demonstrate this in JS Playground. Please refer the below sample link.
Online Help Doc Link:
Regards,
Silambarasan I