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!>
Thanks for joining our community and helping improve Syncfusion products!
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 ?