This question is locked. New answers and comments are not allowed.
Hi,
Are we able to apply a format string to the value of a single cell? I know we can apply a format string for a column, but this does not work in my case.
My column contains numbers in different currencies, I know what the currency is based on the value of another column. So my column needs to look like this;
£12.34
$45.00
£34.98
I also still need to be able to apply aggregates and totals to these columns.
I can use an IValueConverter - but would prefer to be able to apply a format string per cell.
Thanks for any help
Zack
Are we able to apply a format string to the value of a single cell? I know we can apply a format string for a column, but this does not work in my case.
My column contains numbers in different currencies, I know what the currency is based on the value of another column. So my column needs to look like this;
£12.34
$45.00
£34.98
I also still need to be able to apply aggregates and totals to these columns.
I can use an IValueConverter - but would prefer to be able to apply a format string per cell.
Thanks for any help
Zack