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!

1
Vote

Sir, in your grid example here 


When the user selects a filter item, the filter works correctly. However, when the press the 'X' to cancel the filter the filter is not removed, the grid remains filtered. 

I know you are going to say that you need to then press 'Enter' in the filter box to cause the grid to then re-render.  But this is not an acceptable user experience. The user will not know that to cancel the filter they must do two things

a) Press the X

b) Then enter a blank empty string in the filter box (effectively) and press enter.

The user will perceive this as a bug


Can you please update your control so that when the 'X' to cancel the filter is applied, the control updates from that point.