So I have a basic DataFormatString based on columns but there will be rows that are a exception (they show percentage between the other rows) and I need to format those rows as a percentage number.
I've took a look into both Row- and CellStyleSelector and CellTemplateSelector but not sure any of these can do the trick because they don't seem to manage the DataFormatString.
RowStyle with <Setter Property="ContentStringFormat" Value="P" /> does nothing, probably because he tries to apply that to the whole row which of course is not a string.
I've took a look into both Row- and CellStyleSelector and CellTemplateSelector but not sure any of these can do the trick because they don't seem to manage the DataFormatString.
RowStyle with <Setter Property="ContentStringFormat" Value="P" /> does nothing, probably because he tries to apply that to the whole row which of course is not a string.