Format Negative Numbers

Hi,
What is the best/easiest way to format a currency negative number with brackets in a grid ?

I.e… -25118.678 = ($25,118.68)

Can this type of mask be used in Gridobj.numberFormat() ??
I have not been successful in doing this.

Thank You
Rob.

You can use setNumberFormat() method (available in PRO version only)
docs.dhtmlx.com/doku.php?id=dhtm … ric_values