asyncTaskEditAction(intactionId){ dev =awaitclient.GetFromJsonAsync<SuiviBE>($"api/etude/{dev.SuiviBEId}/{actionId}");//Fetch the ActionItem by IDActionItem selectedActionItem = dev.ActionItems.FirstOrDefault(a => a.ActionItemId == actionId);varresults=awaitDialogService.OpenAsync("...
services.AddScoped<DialogService>(); services.AddScoped<NotificationService>(); services.AddScoped<TooltipService>(); services.AddScoped<ContextMenuService>();return services; } }/// <summary> /// SecurityCodeType enum /// </summary>
Radzen has a MessageBox/Confirm/Dialog component that can be used to display short messages to the user or to make the user confirm an action (e.g. "Do you really want to delete XYZ?"). Another feature that would be very helpful is an "Input Box" component. Simply by invoking a meth...