Make DialogService Windows movable

Hi all,

could you give me a hint how it is possible to make my windows movable with drag and drop like in the BlazorCRMDemo(https://crm.radzen.com/contacts after clicking on "Add"):

Iam creating the window via:

var result = await dialogService.OpenAsync("Test", null);

Such feature is not yet supported for Blazor - just for Angular.

1 Like