- Home
- Forum
- ASP.NET Core - EJ 2
- Spreadsheet display datasource only in Firefox browser.
Spreadsheet display datasource only in Firefox browser.
What's wrong. why only on firefox?
Chrome:
FIREFOX

Opera

Code
public IActionResult Schedule(int? month = null, int? year = null)
{
var test_list = new List<Tester>();
test_list.Add(new Tester { pole1 = "aaa", pole2 = "bbb" });
test_list.Add(new Tester { pole1 = "ccc", pole2 = "ddd" });
ViewBag.ScheduleTotal = test_list;
return View();
}
class Tester
{
public string pole1;
public string pole2;
}
<ejs-spreadsheet id="spreadsheet" allowEditing="true" allowCellFormatting="true" showRibbon="true" showFormulaBar="true" created="created" height="80%" width="100%" beforeDataBound="beforeDataBound" beforeCellFormat="beforeCellFormat" dataBound="dataBound" beforeCellRender="beforeCellRender">
<e-sheets>
<e-sheet name="Grafik Pracowników">
<e-rangesettings>
<e-rangesetting showFieldAsHeader="true" dataSource="@ViewBag.ScheduleTotal">
</e-rangesetting>
</e-rangesettings>
</e-sheet>
</e-sheets>
</ejs-spreadsheet>
SIGN IN To post a reply.
3 Replies
AD
Arunkumar Devendiran
Syncfusion Team
April 18, 2020 02:14 AM UTC
Hi Blazej,
Thank you for contacting Syncfusion support.
We have checked your reported issue with your provided screenshots and we would inform you that in our latest version (18.1.43) we have included the breaking changes in the tag name (<e-rangeSettings> to <e-ranges>). So, we suggest you change the property name and upgrade our Syncfusion packages to our latest version to resolve this issue in your end. Please refer the below sample link.
Sample link:
Please refer the more information.
If the issue still persist in your end could you please replicate your issue in the above sample and send back to us, so that we can analyze and provide you a better solution.
Regards,
Arunkumar D
BL
Blazej
April 20, 2020 02:09 PM UTC
Thank you very much !
AD
Arunkumar Devendiran
Syncfusion Team
April 21, 2020 06:23 AM UTC
Hi Blazej,
Thanks for your update.
Please get back to us if you need further assistance.
Regards,
Arunkumar D
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
BL Blazej
- Apr 16, 2020 05:12 PM UTC
- Apr 21, 2020 06:23 AM UTC
