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

I am experiencing an issue with the SfListBox component in my Blazor application. Specifically, the ActionComplete event handler does not trigger when using the MoveFrom and MoveAllFrom toolbar actions.

The problem occurs consistently when clicking the MoveFrom or MoveAllFrom buttons, which should fire the ActionComplete event handler, allowing me to handle the move action between the list boxes. While other actions such as MoveTo and MoveAllTo correctly trigger the event handler, the MoveFrom and MoveAllFrom actions do not.