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

According to some responses to support tickets the DataGrid search is looking into the raw values of the data source.

However, there should be an option to search into the formatted or template values because users see

the formatted values
in the DataGrid, thus the users will look for data in the format that they see.


In our case we have the date formatted "dd.MM.yyyy HH:mm:ss". No user will search for a date like "02\04\2022". Even more if the hour of the date is 11 PM in raw format, it is displayed as 23. If a clever user even figures that he needs to type 11 in the search box, how he will make a difference between AM and PM?


In another case we have some option fields where for a given value users see a corresponding name. They see in the grid "option x", "option y" they will not search for value 17 or 46.


  1. Please update the documentation to say it clearly that DataGrid is searching into the raw values not the formatted or template values.
  2. Please add an option to the SearchAsync method to specify which version of the data (raw / formatted) we want to search.

Thank you