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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
First set the date filter to use a less than x
Set the string filter to a starts with "a"
Change the string filter from "a" to "aa" and search again
The filter that is actually searched isn't "startswith" but defaults back to equal.