Grid column formula from xml

Hi, i am trying to attach a grid to a layout cell and initialize it from xml including column formula but it doesn’t work, can you help me?

this is my code

documenti.gridEditProdottiFattura = documenti.cellGridProdotti.attachGrid(); documenti.gridEditProdottiFattura.setNumberFormat("0,000.00",3,".",","); documenti.gridEditProdottiFattura.setNumberFormat("0,000.00",4,".",","); documenti.gridEditProdottiFattura.setNumberFormat("0,000.00",5,".",","); documenti.gridEditProdottiFattura.load(nodejsSettings.dhtmlxSettings.getUrl+documenti.nomeStructGridProdottiFattura,function(){ });

When i call “documenti.gridEditProdottiFattura.load” it read this xml file:

[code]<?xml version="1.0" encoding="UTF-8"?>

Codice Descrizione Quantità Prezzo unitario Totale senza iva Totale con Iva % [/code]

When i write on cell 2 and 3 of a new row cell 4 remain 0 and so cell 5.
Thank you.
Jacopo

Any tips?
Thank you.
Jacopo

Unfortunately the issue cannot be reproduced locally.

Please, make sure the the values in the cells of columns with math have no any value. Otherwise the calculation won’t be executed.