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

Hello Synfusion Team,

Percentage Filter:

  1. After we apply "P2" format for percentage column, and there is a value 30.00% in the grid, in filter we have to type 0.3 to get the particular value, similarly for 59.34% we have to type 0.5934.

          This is an inconvenience for users.

      2. If there is a value as 0.3448444675, and we apply "P2" for percentage column it is shown as 34.84% , if we try to filter value 0.3484 no value is shown in and we have to type the exact value to get the particular cell.

          This is also inconvenience for users.

ValueAcessor:

    If we place value dynamically though ValueAccessor in grid, filter is not working on the values as they are not part of datasource.


Search:

To filter proper date(01/02/2022) we need to apply DataUtil(dataSource)​, but while searching in the search bar if we search symbols such as "+","(",")", "Indian"  we don't get proper result as in data source the date is written as "Tue Feb 01 2022 10:19:36 GMT+0530 (India Standard Time)"


Though these are not big issues and may be it's intentional, I thought of bringing it to the team for feedback.


Regards

Ansuman