Price column format for comma separator

Hi I would like to format the price columns on the grid using comma separator for thousands, for example:



$100,000.00

$1,234.56





Thanks

Just use edn or ron column type with correct mask

grid.setNumberFormat("$0,000.00",index); // 100000 => $100,000.00