I'm trying to format a negative number in a Webgrid cell to show as (512.35) instead of -512.35
How do I accomplish this? I have tried Format = "($###,###.00)" which gives me ( ) around every number positive or negative.
Thanks in advance!
I just had the same problem. Below is the solution.
Format = "$###,###.00;($###,###.00)"
Brent