Hello,
I have my application in "pt-PT" culture, and have this column.
introducing "20.2", it places "202,00".
introducing "20,2" it places "20,20".
In "en-US" culture works well.
So, how can i give the same behavior for dot and comma?
Thanks
I have my application in "pt-PT" culture, and have this column.
<telerik:GridViewDataColumn IsSortable="False" IsFilterable="False" Header="Preço Unitário" DataMemberBinding="{Binding PrecoUnitario}"DataFormatString="{}{0:C}" MinWidth="60" MaxWidth="100" HeaderCellStyle="{StaticResource estiloDaColuna}"/>introducing "20.2", it places "202,00".
introducing "20,2" it places "20,20".
In "en-US" culture works well.
So, how can i give the same behavior for dot and comma?
Thanks