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

Hi !

We're facing a problem with the available values when filtering in a grid. Here's the situation: we have some grid with more than a thousand rows. When filtering on a boolean column, only the values of the first 1000 rows are considered when rendering the possible filtering values. So, if the first "false" value appears in row 1001 for example, if impossible to filter to get only rows with a "false" value.

On page load:

Empty




After re-ordering : 


Empty


We can clearly see that some checkbox are unchecked, but the "false" filter value doesn't appear. I haven't found any settings controlling this behavior, and I tried updating my version to 18.2.57, but the bug is still present.



We do have the same issue with string or date columns.



Thanks in advance,



Martin