Hi Gerrit,
Thanks for contacting Syncfusion Support,
We have checked the reported query that “Change decimal separator to be a point instead of a comma” from our end and prepared a sample by using the CurrentCulture to achieve the requirement. So, it will work for the formatting Culture, Please find the sample, and code snippet from the below for more details,
Code Snippet:
|
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("de-DE"); |
Sudharsan