Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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

After loading the exceeding data, the dropdownlist component resent the request to get the data but same request not sent to the multiselect component.


Find the screenshot here:


Description: when preselect the 8th value (exceeding initial loading data 7) to the multiselect component does not works. The same case works as dropdownlist component.


Sample link: https://www.syncfusion.com/downloads/support/common/3179/ze/ASPCore_b61f8715.zip


Replication procedure:

  1. Run the sample.
  2. See the output.

Expected: both dropdownlist and multiselect need to preselect the given value

Output: multiselect does not preselect the value.