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


GridColumn Field @nameof(GetBucketRelevancesResponse.Title) Width "70%" HeaderText "@Localizer.General_Inbox_Title()" ClipMode "ClipMode.EllipsisWithTooltip" GridColumn
GridColumn Field @nameof(GetBucketRelevancesResponse.PublicationDate) Format "dd/MM/yyyy" HeaderText "@Localizer.General_Inbox_PublicationDate()" ClipMode "ClipMode.EllipsisWithTooltip" Type "ColumnType.Date"
GridColumn


Given the code above:

  1. First set the date filter to use a less than x
  2. Set the string filter to a starts with "a"
  3. Change the string filter from "a" to "aa" and search again
  4. The filter that is actually searched isn't "startswith" but defaults back to equal.

I've added a video showing the issue.