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