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!

0
Votes

 Dynamically updated data is not loaded properly in multiselect popup when virtualization is enabled

 

Sample: https://stackblitz.com/edit/angular-sdfsrtee-bp4inht3?file=package.json,src%2Fvirtual-scroll.html


Replication procedure:

  • Run the sample
  • Select "klant 1" in first dropdownlist
  • And open the multiselect component(third one) the data is loaded properly now
  • and  select "Klant 2" in first dropdownlist
  • Now open the multiselect popup(third one) the corresponding data is not loaded properly now regarding klant2 but once you scroll the popup at the bottom the klant 2 data is showing

Actual: Dynamically updated data is not loaded properly in multiselect popup when virtualization is enabled
Expected: Dynamically updated data should loaded properly in multiselect popup when virtualization is enabled