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

When calling the “SelectAllAsync” event in the “DataBound” method, the values are updated properly in the multiselect component, but the '@bind-Value' is not updated and returns null.




Replication Procedure:


  1. Open the sample.
  2. See the issue. @bind-Values are not updated in the viewport. To confirm this issue, call the “SelectAllAsync” method on button click event. Now the values are updated correctly.

Expected Behavior: When SelectAllAsync(true) is called to select all items programmatically, the @bind-Value property should be updated to reflect the selected items.


Actual Behavior: After calling SelectAllAsync(true), the visual selection of items in the SfMultiselect component is correct, but the @bind-Value property does not get updated with the selected items.