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

Need to handle DivideByZeroException exception on filtering in GetSkeletonCount method


Unhandled exception rendering component: Attempted to divide by zero.
System.DivideByZeroException: Attempted to divide by zero.
 at Syncfusion.Blazor.DropDowns.SfDropDownBase`1[[ExTrack.RevB.Blazor.ResourcePlanning.Models.EarnedValueMethodStepDtoViewDropdownDisplay, ExTrack.RevB.Blazor.ResourcePlanning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].GetSkeletonCount(Boolean RetainSkeleton)
 at Syncfusion.Blazor.DropDowns.SfDropDownBase`1[[ExTrack.RevB.Blazor.ResourcePlanning.Models.EarnedValueMethodStepDtoViewDropdownDisplay, ExTrack.RevB.Blazor.ResourcePlanning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].GetFilteringSkeletonCount()
 at Syncfusion.Blazor.DropDowns.SfDropDownList`2.<FilteringActionAsync>d__562[[System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[ExTrack.RevB.Blazor.ResourcePlanning.Models.EarnedValueMethodStepDtoViewDropdownDisplay, ExTrack.RevB.Blazor.ResourcePlanning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
 at Syncfusion.Blazor.DropDowns.SfDropDownList`2.<SearchListAsync>d__561[[System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[ExTrack.RevB.Blazor.ResourcePlanning.Models.EarnedValueMethodStepDtoViewDropdownDisplay, ExTrack.RevB.Blazor.ResourcePlanning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
 at Syncfusion.Blazor.DropDowns.SfDropDownList`2.<FilterInputKeyUpHandlerAync>d__556[[System.Nullable`1[[System.Guid, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[ExTrack.RevB.Blazor.ResourcePlanning.Models.EarnedValueMethodStepDtoViewDropdownDisplay, ExTrack.RevB.Blazor.ResourcePlanning, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
 at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
 at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)