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!
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.