Hi,
If the RadzenAlert closes by clicking the X on the box can not be visible again. If the RadzenAlert closes from the code it can be shown again. I tried to use ref, but the visible property cannot be used outside of the component.
This is unusable for showing different error messages on the page.
I can not be sure if this is a bug or if my knowledge is not enough.
I shared a small project. You can find the screencast to regenerate the issue.
- Start the project. The Open Alert button will show
- Click the Open Alert button. The RadzenAlert will show.
- Click the Close Alert button. The RadzenAlert will hide.
- When you repeat 2 and 3 everything will run.
- Click the X button on the alert box. The RadzenAlert will hide but the button caption will not change.
- The RadzenAlert will not show again.
RadzenTest.zip (515.7 KB)