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

I am using dropdownlist version 17.4.51 on Angular 7. My problem is I have more 10000 items on remote server, I can't load all to client, it is too slow. So at first time I just load 50 items, and then each filtering I load 50 items, but problem is filter just works on local data source, it is never send back to remote. How to filter on remote data ?