Hi,
I am using sfDatagrid. My code blog as follows. I set this format (#,##0.00). But for example, for a double result (ex:1234567.89) the android shows 1.234.567,89, the ios shows 1,234,567.89 result.
So the comma and dot are replacing. How can i solve this problem
<xforms:GridTextColumn HeaderText="Güncel Bakiye"
HeaderTextAlignment="End" HeaderFontAttribute="Bold"
MappingName="GuncelBakiye" Format="#,##0.00" TextAlignment="End" />