Datagrid number format not working seperator

image

insert data 1253,23

viewed data 1253,00

sub total 1253,00

myGrid.setNumberFormat(“0,000.00”,7,“,”,“.”);

I don’t understand what is the problem

number format is applied only to the view state of the cell.
You still need to insert the numbers in the default javascript format “0000.00” in the editor of the cell.