Hallo,
I try to export my Blazor Gantt to PDF.
The datasource contains items where start and end date are null.
When I call ExportToPdfAsync, I get following error:
System.InvalidOperationException: StartDate cannot be null.
at Syncfusion.Blazor.Gantt.Internal.PdfTaskbar`1.UpdateTaskbarLeft(List`1 records)
at Syncfusion.Blazor.Gantt.Internal.PdfBase`1.DrawGridCell(PdfPage pdfPage)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.<>c.<Post>b__12_0(ValueTuple`2 s)
at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.PostAsync[TState](Task antecedent, Action`1 callback, TState state)
What can I do?
Best regards
Clas-Goedeke