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!

1
Vote

Filtering on a Date Column, bound to a DateTimeOffset property.

When you select an item on Excel type Filter, it works fine. When you click on the filter button for the second time, you get an exception:

[2023-09-14T12:43:58.018Z] Error: System.ArgumentException: Object must be of type DateTime.

   at System.DateTime.CompareTo(Object value)

   at Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer`1.UpdateResult(Object fValue)

   at Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer`1.UpdateCheckBoxDataItems(IEnumerable`1 CheckboxData, Boolean isForeignDataEmpty)

   at Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer`1.UpdateDataSource(Boolean isInputSearch, IEnumerable`1 customFilterData)

   at Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer`1.OpenFilterDialog(String XPosition, String YPosition)

   at Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer`1.DialogCreated()

   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

   at Syncfusion.Blazor.Popups.SfDialog.OnAfterScriptRendered()

   at Syncfusion.Blazor.SfBaseComponent.OnAfterRenderAsync(Boolean firstRender)

   at Syncfusion.Blazor.Popups.SfDialog.OnAfterRenderAsync(Boolean firstRender)

   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)