Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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!

2
Votes

The issue can be seen in this demo: https://stackblitz.com/edit/9jt5hy

There is a data grid where user can see number "1.5". When opening the column filter and typing "1.5", expectation is that it matches with the row containing "1.5". The actual behavior is "No matches found".

It seems that the search is based in the raw data value (which is "1.46" in the demo), but I think it should use the formatted value that is shown to the user.

(Trying the search with "1.4" will match, which might seem unexpected for the user.)