Hi everyone
I'm working with radzen blazor version 4.20.11 I want to upgrade it into Last version , But some Components doesn't works good like DalogServce and Notification ...
There are any soulution I'm working with IDE visual studio 2022
And thanks to all Team
one of this dialogservice have an other overly i can't access to the buttons
@page "/test"
@inject DialogService DialogService
<div class="rz-p-12 rz-text-align-center">
<RadzenButton Text="Confirm dialog" ButtonStyle="ButtonStyle.Secondary"
Click=@(args => DialogService.Confirm("Are you <br> sure?", "MyTitle", new ConfirmOptions() { OkButtonText = "Yes", CancelButtonText = "No" })) />
</div>