Issues Opening a confirm DialogBox from another DialogBox

Hi!

I have an edit form that is displayed as a dialog box. When the user clicks on Save it triggers a confirmation dialog Box however it shows the following issue:

image

Microsoft.JSInterop.JSException: Cannot read properties of undefined (reading 'target')
TypeError: Cannot read properties of undefined (reading 'target')
at Radzen.closeAllPopups (https://localhost:7098/_content/Radzen.Blazor/Radzen.Blazor.js:840:38)
at Object.openDialog (https://localhost:7098/_content/Radzen.Blazor/Radzen.Blazor.js:947:16)
at https://localhost:7098/_framework/blazor.server.js:1:3501
at new Promise ()
at kt.beginInvokeJSFromDotNet (https://localhost:7098/_framework/blazor.server.js:1:3475)
at https://localhost:7098/_framework/blazor.server.js:1:72054
at Array.forEach ()
at kt._invokeClientMethod (https://localhost:7098/_framework/blazor.server.js:1:72040)
at kt._processIncomingData (https://localhost:7098/_framework/blazor.server.js:1:70082)
at connection.onreceive (https://localhost:7098/_framework/blazor.server.js:1:64485)
at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
at Radzen.Blazor.Rendering.DialogContainer.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
log @ blazor.server.js:1

This started happening after I updated from 4.3.10 to 4.4.0 today. Did not change any code/

Hope you can help me out.

Fixed immediately and published new update of Radzen.Blazor NuGet package.

1 Like

Thank you very much! I just checked my app, and it worked as before!