BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
HiMark Li,
Thank you for contacting Syncfusion support.
We have analyzed your query and this issue occurs because the argument separator will be varied based on your Language and Region settings. So, you can overcome this issue by setting ParseArgumentSeparator of GridFormulaEngine as “,” like the following code snippet
Code snippet:
GridFormulaEngine.ParseArgumentSeparator = ','; |
Please let us know if you have any queries
Thanks
Kanimozhi B
HiMark Li,
We have analyzed your query and in French region language settings “,” is treated as decimal separator and “;” is treated as argument separator. So, you can overcome this issue by setting ParseDecimalSeparator of GridFormulaEngine as “.” and ParseArgumentSeparator of GridFormulaEngine as “,” like the following code snippet
Code snippet:
GridFormulaEngine.ParseArgumentSeparator = ','; |
We have also prepared a sample for your clarification. Please find the sample link below.
Sample link: https://www.syncfusion.com/downloads/support/forum/118802/WpfApplication9_(3)476371596.zip
If the issue still persists at your side, please revert us by modifying the sample based on your application along with the replication procedure? This would be helpful for us to serve you.
Please let us know if you have any queries
Thanks
Kanimozhi B