When formatting cjGrid columns I am trying to use

Set peDataType to 2

Which is supposed to format the column to numeric, two decimals. It does not work.

If I use:

Set peDataType to Mask_Numeric_Window
Set psMask to ###,###.##

it works.