Natasha C. B. R.

Results 2 comments of Natasha C. B. R.

DataEntryModalExample.razor @ using System.ComponentModel.DataAnnotations; Test Add New Value @{ @($"{String.Format(CultureInfo.CreateSpecificCulture("da-DK"), "{0:0.00##}", context.Value)}") } @ code { [Inject] public IModalService ModalService { get; set; } private List _entries = new List();...

I tried your suggestion and it did work. Now the only problem is if I click out of the datagrid with my mouse (so I click anywhere on the modal),...