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

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Form_Post-374426305

 

      The value of the MultiSelect is not sent in the form post if we use the "Virtualization." However, if we remove the "enableVirtualization" option, the MultiSelect value is sent in the form post. This issue only occurs when using enableVirtualization property as true.

Replication procedure :

1.  Run the sample.

2.  Select any values from the "No Virtualization" MultiSelect and click "guardar" button.

3. Open the console window and The Form post will have the Values for  "No Virtualization" MultiSelect.

4.  Now try to do the Step 3 and 4 for "enableVirtualization: true" MultiSelect.

Expected Output: The Multiselect values needs to be sent via form post when Virtualization is enabled.

Current Output: The Multiselect values not sent via form post when Virtualization is enabled.