Im doing this command :
cDadosArquivo=$(“#grdPedido”).jqxGrid(“exportdata”, “xls”)
But the result export is totally wrong, this is my exported grid:
Empresa Código Descricao Quantidade Preço Total Item
MAR 12/31/1969 36/40 cauda cx 24kg 45 C2
MAR 12/31/1969 36/40 cauda cx 24kg 65 C2
Total: $ 5.060,00
The column Total is givin me the number format informatio of the column, then the column Preço is not givin me the decimal setup, is 2 decimal ! And the Total item ( a calculated column ) don´t give nothing !
This happen even in a xls export even in a HTML Export:
Empresa Código Descricao Quantidade Preço Total Item
MAR 12/31/1969 41/50 cauda cx 24kg 45,00 C2
MAR 12/31/1969 41/50 cauda cx 24kg 745,00 C2
Total: $ 33.180,00
A bug ?