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

Hi when using sfGrid whit AllowFiltering to true and GridFilterSettings Type="Syncfusion.Blazor.Grids.FilterType.FilterBar
we want to be able to filter a string column if string is empty or null, whit a keyword like "blank".
we found that The keyword "null" works if the string is null but not if its empty.

I also tried setting FilterType.Menu instead and use Empty filter. and it still dose not work, see  exmples pictures,  i used the exmple code you have at: https://blazor.syncfusion.com/documentation/datagrid/filter-bar 

and changed 2 CustomerID to be null and one to be empty String.
We are looking for it to work in
FilterType.FilterBar,  to search for empty and null values using one keyword like "blank" or "empty".


using filtertype Menu.pngno filter.pngnull working .png