Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Dear Suppor!

Gantt runs fine without virtualization, but if we turn on virtualization, we get the following error message:


Error: System.InvalidOperationException: Nullable object must have a value.

   at Syncfusion.Blazor.Gantt.Internal.TimelineHeader`1.RefreshTimeline(Object left)

   at System.Collections.Generic.List`1.ForEach(Action`1 action)

   at Syncfusion.Blazor.Gantt.Internal.ChartPane`1.RefreshChartPane(Object left)

   at System.Collections.Generic.List`1.ForEach(Action`1 action)

   at Syncfusion.Blazor.Gantt.Internal.ChartPane`1.RefreshChart(Object args)

   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)

   at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteSynchronously(TaskCompletionSource`1 completion, SendOrPostCallback d, Object state)

   at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.<>c.<.cctor>b__23_0(Object state)

   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)

--- End of stack trace from previous location ---

   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteBackground(WorkItem item)




What could be the problem ?