Calculated field is not working after culture switch

Hi,

I am facing an issue with the calculated field functionality on a different culture.

Steps to reproduce:
  1. Run the application attached
  2. Select English in the dropdown at the top right
  3. Click 'Calculated Field'
  4. Enter values in the popup: Name RorFormula - 'Sum(Revenue)'/'Sum(Expenses)'Format String - C2
  5. Click "Ok"
  6. Ensure there is a new field called 'Ror' with values
  7. Change the language to Russian in the dropdown at the top right
  8. Repeat steps 3-5
Expected result:
  1. 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

2 Replies 1 reply marked as answer

SS Saranya Sivan Syncfusion Team March 12, 2021 11:07 AM UTC

Hi Madhavacharta Pande, 
  
We considered “Calculated field couldn't be created when Russian culture” as a bug and logged a defect report in our data base. And it will be available in weekly patch release which is estimated to be rolled in the end of April, 2021. 
  
You can track the task in the following link. 
  
  
We appreciate your patience until then. 
  
Regards, 
Saranya Sivan. 
 



SS Saranya Sivan Syncfusion Team April 13, 2021 05:47 PM UTC

Hi Madhavacharta Pande, 
  
We have fixed the reported issue (Calculated field couldn't be created when Russian culture) in weekly release (v19.1.0.56). Meanwhile, we have prepared a sample for your reference. Kindly check the sample in the below link.  
  
  
Please let us know if you have concerns.  
  
Regards,  
Saranya.  
 


Marked as answer
Loader.
Up arrow icon