3.2.0

Currency symbol left - text right

Does anyone know if it is possible to have the currency symbol left and the amount right?
My code to display the currency is:
var cur = new AW.Formats.Number;
cur.setTextFormat("€ #.###,##");


What I would like is:
<img src="http://www.ovas.nl/grid.png">
RGl
November 12,
What I would like is like the image: http://www.ovas.nl/grid.png
RGl
November 12,
I think that should break the sort capability ( i.e. how many spaces between currency symbol an the first number??)
I would use an image, or a previous column for that, is it editable?
http://www.activewidgets.com/grid.howto.cells/images.html
C++
November 12,
The cell is not editable. The work-around with the image is a nice idea, but I would prefer to keep it in one cell (only if it does not harm the sorting).
RGl
November 12,

This topic is archived.

See also:


Back to support forum