Hi,
I need to display numbers in a GridViewDataColumn with a custom format.
For example if I have the number '1,234.56' I should display '1.234,56'. I tried to use the DataFormatString property but isn't enough because I can't change the decimal separator. I think that I need to access the CultureInfo but I didn't find a CultureInfo property in the column and I didn't find a CultureInfo property in the GridView.
How can I do?
Thank you
I need to display numbers in a GridViewDataColumn with a custom format.
For example if I have the number '1,234.56' I should display '1.234,56'. I tried to use the DataFormatString property but isn't enough because I can't change the decimal separator. I think that I need to access the CultureInfo but I didn't find a CultureInfo property in the column and I didn't find a CultureInfo property in the GridView.
How can I do?
Thank you