Hello,
Im using Blazor and I'd like to add a button inside RadzenAlert, is it possible? If not, is there another behaviour that would give a similar result?
Hello,
Im using Blazor and I'd like to add a button inside RadzenAlert, is it possible? If not, is there another behaviour that would give a similar result?
Hi @Marc_Srouji,
You can add any content in RadzenAlrt including a button:
<RadzenAlert>
<RadzenButton />
</RadzenAlert>