Price Column Formatting

Hello,



I have a Tree Grid that contains a price column; when I load the data XML into it, the number is properly formatted as “$0,000.00”. However, when I enter in the value 20, the decimals do not appear. This behavior is not consistent with the edn column type, which does format the number to “20.00”.



Any ideas?

The formatting defined by setNumberFormat applied only to edn|ron column types, it will not affect “price” column types.
The price column shown data as it was defined in original XML , same for newly entered data, without adding any separator chars