Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1871
Negative Numeric Formatting.
posted

When formatting a column to currency I use the standard format "C". This displays negative values in red ($25.55). How can I get the same formatting when I format other numeric values? I am currently using #,##0.000;(#,##0.000) but I cannot get the designer to make negative values red.

The link below shows an example of how to set the color to red programatically. Is that the only way to do this or can I use a different format to make negative values red. I know Excel uses #,##0.000;[Red](#,##0.000) to make negative values red.

http://forums.infragistics.com/forums/p/39527/224209.aspx#224209