Button with Busy=false, no impact on it

Hi!, I tried to use RadzenButton with the busy feature; the "Busy=true" is working fine, If I set it back to the old state, "Busy=false", nothing happened.
Appreciates your support, please.Thanks!
The code and the UI failed results are as screenshots below:

Hi @JCina,

You can compare your implementation with the online demo. One issue that I immediately see is that you use async void instead of async Task.

1 Like

Thanks @korchev ,, that trick has solved the case. :slight_smile: