Dear all,
It was previously suggested to me to use a calculated column in a DataView to work-around a rendering bug that I was experiencing.
I am essentially doing something like
http://jsfiddle.net/smjVd/4/ to add two columns together. However, this means that it is not possible to set the "FormattedValue" for the new combined column, which is essential for me.
I am trying to implement a workaround whereby I set a load of 'role' columns with tooltip values, but that seems to be an excessive detour in order to specify the formatted values. Is there a simpler way, or can this be addressed in an update to the API?