I have a problem related to currency masks displayed in the grid.
We have a requirement in which currency can be displayed in negative also.
e.g. $1000.00, $-1000.00
we are able to do this if we provide the following mask $-nnnn.nn (4+2 digits as an example)
what we want is to display the negative sign before the dollar sign.
Something like -$1000.00
I am not able to do this.
if i use the mask -$nnnn.nn it shows all values in negative even the positive ones.
if i use $nnnn.nn then it does not display the negative values at all just the postive values.
~ Sachin
Hello,
Unfortunately, the control does not support what you are trying to do. You'd have to create your own override of the ValueEditor class or create a ValueConverter that does what you want in a regular Textbox.
I would encourage you to submit this as a feature request. We take feature requests from users very seriously.http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Thank you!