Hi Craig
Greetings from Syncfusion support.
We checked the attached sample and we can able to reproduce the mentioned issue at our end. In your sample we suspect that you have referred the old version script file. So, when we refer the latest version script file in the attached sample the CSV exporting works fine at our end.
To resolve your issue we suggest you to either referring the latest local ej2 source file or the latest version-specific cdn link mentioned below. Please refer the below code Example for your reference,
_Layout.cshtml
|
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false) |
Please refer the Modified sample for your reference,
Please get back to us if you need further assistance .
Regards,
Vignesh Sivagnanam