Hi Jose,
Thanks for contacting syncfusion forum.
Query: Use point as a thousand separator and comma as decimal separator
To achieve this requirement, we suggest that you to set the Locale property of the grid as “es-CO”. In locale API of the “es-CO” is point as a thousand separator and comma as decimal separator for the numbers.
Please refer to the below code snippet,
|
Default.aspx
<ej:Grid ID="EmpGrid" runat="server" ClientIDMode="Static" AllowPaging="True" Locale="es-CO">
<Columns>
…
<ej:Column Field="EmployeeID"/>
<ej:Column Field="Freight" Format= "{0:n}"/>
</Columns>
Site.Master:
…..
<head>
<meta name="viewport" content="width=device-width" />
……
</head> |
Note: To get the particular culture we need to refer the “ej.culture.es-CO.min.js” script file in the sample.
Script Location: C:\Program Files (x86)\Syncfusion\Essential Studio\xx.xx.xx.xx\JavaScript\assets\scripts\i18n
xx.xx.xx.xx àMention your project version
Please refer to the below screenshot:
Please refer to the below sample,
Please refer to the below documentation,
Kindly get back to us for further assistance.
Regards,
Pon selva