I urgently need an awaitable dialog with custom content.
I am working with a DataGrid, and in the on-save event,
I need to validate some data. In certain cases,
I must display a dialog that allows the user to decide whether to save or cancel the update,
based on data retrieved from the API.
Is it possible to "hack" the DialogFactory to achieve this?
Radzen can do it? https://blazor.radzen.com/dialog?theme=material3