Hi,
I have a listGrid with a few rows. One of the columns is a money ($) amount. That column has
been set to my special 'money' type FieldType in the backing data source. I also have a summary
row at the bottom of the ListGrid, but I'd like to have that summary value expressed as a %
with some custom calculating that I've implemented in the summaryFunction.
How can I specify the 'type' attribute for that column to be $ (as I do today) but have percent (%) values
displayed in the summary row only. I typically rely on the 'type' attribute to achieve this, but since
the data is $ and the summary is %, I don't see how I can make this happen.
What happens now is that everything gets output with money type.
Thanks for any insight,
I have a listGrid with a few rows. One of the columns is a money ($) amount. That column has
been set to my special 'money' type FieldType in the backing data source. I also have a summary
row at the bottom of the ListGrid, but I'd like to have that summary value expressed as a %
with some custom calculating that I've implemented in the summaryFunction.
How can I specify the 'type' attribute for that column to be $ (as I do today) but have percent (%) values
displayed in the summary row only. I typically rely on the 'type' attribute to achieve this, but since
the data is $ and the summary is %, I don't see how I can make this happen.
What happens now is that everything gets output with money type.
Thanks for any insight,
Comment