GridControl > Formula cell and CultureInfo

Hello ,

I have a little problem with CultureInfo .

In grid control i have one formula cell with some average function . In my PC i use EN-US language but when i set my program on another PC with different language i dont get good values from formula cell .

Problem is decimal places . With EN-US it in use "." but with different language its "," .

I set CultureInfo on than formula cell to be ENGLISH ( UNITED STATES ) but problem still ocurs .

Thanks on any help .


1 Reply

JJ Jisha Joy Syncfusion Team June 9, 2010 07:13 AM UTC

Hi Nenad,

Please try setting the Culture at the application level and let me know if this helps. This can be done by,

Application.CurrentCulture = new System.Globalization.CultureInfo("es-ES");


Regards,
Jisha

Loader.
Up arrow icon