Hi, can you help me, i was reading this thread https://www.syncfusion.com/forums/129935/grid-excel-export-not-working-in-server but can't make the export option works, let me share my code and my error.
CODE BEHIND:
Protected Sub grid_RepCumplimiento_ServerExcelExporting(sender As Object, e As Syncfusion.JavaScript.Web.GridEventArgs) Handles grid_RepCumplimiento.ServerExcelExporting
Dim exp As ExcelExport = New ExcelExport()
exp.Export(grid_RepCumplimiento.Model, CType(grid_RepCumplimiento.DataSource, IEnumerable), "Export.xlsx", ExcelVersion.Excel2010, True, True, "default-theme")
End Sub
ERROR:
An exception of type 'System.NullReferenceException' occurred in Syncfusion.EJ.Export.dll but was not handled in user code
Can you help me to see where is the error/ my failure?
Thanks in advance.
Edit: I have all dependencies, based on this: https://help.syncfusion.com/js/dependencies
And the anotations i've read on https://www.syncfusion.com/forums/129935/grid-excel-export-not-working-in-server