Hi,
I am facing an issue with the calculated field functionality on a different culture.
Steps to reproduce:
- Run the application attached
- Select English in the dropdown at the top right
- Click 'Calculated Field'
- Enter values in the popup: Name - Ror; Formula - 'Sum(Revenue)'/'Sum(Expenses)'; Format String - C2
- Click "Ok"
- Ensure there is a new field called 'Ror' with values
- Change the language to Russian in the dropdown at the top right
- Repeat steps 3-5
Expected result:
- There is a new field called 'Ror' with values
Actual result:
- Endless spinner, popup is not closed, no new field, Blazor UI is frozen
- OR popup is closed, there is a new field called 'Ror', but it has completely empty cells
Could you please advice what could be wrong in the code provided?
Oddly enough, this problem does not occur when changing Expenses type from double to int (and dropping the decimal part).
Thank you in advance.
Attachment:
BlazorApp3_1e2a3c6a.zip